From:             wzaccone at telcordia dot com
Operating system: Solaris 9
PHP version:      4.3.8
PHP Bug Type:     Session related
Bug description:  fatal error: max execution time of 130 seconds exceeded

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


-- 
Edit bug report at http://bugs.php.net/?id=31335&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31335&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31335&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31335&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31335&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31335&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31335&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31335&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31335&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31335&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31335&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31335&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31335&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31335&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31335&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31335&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31335&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31335&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31335&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31335&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31335&r=mysqlcfg

Reply via email to