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
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: drew at elysium dot demon dot co dot uk
New email:
PHP Version: OS:

 

 [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: Fri Apr 26 16:01:29 2024 UTC