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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Sat Jun 15 22:01:30 2024 UTC