php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13467 max_execution_time not as set in php.ini
Submitted: 2001-09-27 10:21 UTC Modified: 2001-12-13 06:31 UTC
From: ian dot popeck at shopsmart dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0.6 OS: Solaris
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: ian dot popeck at shopsmart dot com
New email:
PHP Version: OS:

 

 [2001-09-27 10:21 UTC] ian dot popeck at shopsmart dot com
I have a problem that seems to occur only on an occasional basis but with a number of different scripts and modules, but it basically characterised by one thing. The script will return an error such as

"Fatal error: Maximum execution time of 3 seconds exceeded in /includes/third_party/Snoopy.class.inc on line 702"

.. but, the max_execution_time in the php ini file is set to 10000 which is confirmed when looking at the output from phpinfo()

There are no calls to set_time_limit anywhere in the script and yet, the max execution time still seems to be being ignored.

The real frustration though, is that re-running this script can often result in the error not occuring at all. 

Configure Line :

'./configure' '--with-apache=../apache_1.3.20' '--enable-track-vars' '--without-mysql' '--with-oci8=/opt/oracle/product/8.1.7' '--enable-sigchild'


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-19 17:49 UTC] sniper@php.net
This should be fixed in CVS. Please try the latest
CVS snapshot from http://snaps.php.net/ 

 [2001-12-13 06:27 UTC] sander@php.net
No feedback. Closing.
 [2001-12-13 06:31 UTC] derick@php.net
It's fixed too
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 01:01:30 2025 UTC