ID:          28667
 Updated by:  [EMAIL PROTECTED]
 Reported By: mister dot v at laposte dot net
-Status:      Open
+Status:      Feedback
 Bug Type:    Output Control
 PHP Version: 4.3.4
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2004-06-07 11:59:07] mister dot v at laposte dot net

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 this bug report at http://bugs.php.net/?id=28667&edit=1

Reply via email to