From:             mister dot v at laposte dot net
Operating system: 
PHP version:      4.3.4
PHP Bug Type:     Output Control
Bug description:  strange max execution time msg

Description:
------------
I created a script using ob_start('callback'), and i think the probleme is
link to the use of this function. (no problems when not using it)

when executing this script on local machine with PHP 4.3 their is no
problems, but when I execute the same script online on a server with PHP
4.1, I sometimes get this error :

Fatal error: Maximum execution time of 30 seconds exceeded in Unknown on
line 0

This error doesn't appear all the time. I couldn't find a reason why it
happens. If i'm on a page and got no problems, I reload it and it can
appear, or not.

All the script is executed.
I get all the page, without problems, but the navigator is still waiting
for something and after quite a long time (probably 30s : max execution
time) the error message appears.

( excuse me for my poor english )

Reproduce code:
---------------
don't know where the problem come from, so i can't show any code.

The error appears on this web site :
http://www.ingetech.fr

Actual result:
--------------
all the script is executed but I get a strange Max execution time :

Fatal error: Maximum execution time of 30 seconds exceeded in Unknown on
line 0

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

Reply via email to