php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #667 Wrong timeout value displayed in error message
Submitted: 1998-08-19 07:10 UTC Modified: 1998-08-19 11:56 UTC
From: drew at elysium dot demon dot co dot uk Assigned:
Status: Closed Package: Other
PHP Version: 3.0.3 OS: RedHat Linux 4.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
21 + 19 = ?
Subscribe to this entry?

 
 [1998-08-19 07:10 UTC] drew at elysium dot demon dot co dot uk
Not a huge bug really, but if in your php3 script you set
the execution timeout to say 5 seconds and the script then exceeds this, the error message says :-
Maximum excecution time of 30 seconds exceeded.
The number of seconds printed depends on the value in the ini file.  In the instance of setting the timeout value in the script it is not possible to tell what the timeout value actually is, because the setting of a new one resets the existing one to zero.  Anyway I just changed the error message on our version to :-
Maximum execution time exceeded.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-08-19 11:56 UTC] zeev
It's a known problem, and would be fixed in a part of a
big code generalization scheduled for PHP 3.1
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 12:01:32 2024 UTC