php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31335 fatal error: max execution time of 130 seconds exceeded
Submitted: 2004-12-29 17:32 UTC Modified: 2004-12-29 18:26 UTC
From: wzaccone at telcordia dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.3.8 OS: Solaris 9
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: wzaccone at telcordia dot com
New email:
PHP Version: OS:

 

 [2004-12-29 17:32 UTC] wzaccone at telcordia dot com
Description:
------------
recently our users have been seeing the following error occur frequently but seemingly randomly when using our web application:

fatal error: Maximum execution time of 130 seconds exceeded in xyz.php line 132

the php file and line number are different each time the error occurs.  the error does not occur often, every few days or so. 

in our scripts we use the function:  set_time_limit(130);

I have spent much time researching our code, and now I would like to know if there is any new bug, or session related leak reported in php 4.3.8 which may be causing this problem. Each script we use always ends normally.  we are using php 4.3.8 on Solaris 9 with Apache 1.3.31.   the only change we made to php.ini file is we use register_globals on. we are using session_ids and session variables.  and we do wrap our output generating code between ob_start();  and ob_end_flush();
thanks.
Warren


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-29 18:19 UTC] wzaccone at telcordia dot com
tony,I will install the latest snapshot today and let you know. however because this error occurs randomly, it may not occur for a few days. I would like to know if you suspect there may be a problem fixed in php itself?? 
Warren
 [2004-12-29 18:26 UTC] sniper@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

PHP 4.3.10 was already released, but the latest snapshot does include more fixes.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 21 20:00:03 2025 UTC