php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48950 max_execution_time from php.ini ignored
Submitted: 2009-07-16 22:17 UTC Modified: 2009-07-16 22:24 UTC
From: giunta dot gaetano at gmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.3.0 OS: vista sp2
Private report: No CVE-ID: None
 [2009-07-16 22:17 UTC] giunta dot gaetano at gmail dot com
Description:
------------
On windows vista, with apache 2.2.11, php 5.3.0 vc9 threadsafe, the max_execution_time ini parameter is read correctly (as shown by ini_get() and phpinfo()) but never used.
After 60 secs, the script times out with the message
"Fatal error: Maximum execution time of 60 seconds exceeded".

Adding a set_time_limit() or ini_set() call solves the problem.




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-07-16 22:24 UTC] pajoye@php.net
double post, #48949
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 28 05:00:03 2025 UTC