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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: giunta dot gaetano at gmail dot com
New email:
PHP Version: OS:

 

 [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 10:00:03 2025 UTC