ID: 28667 User updated by: mister dot v at laposte dot net Reported By: mister dot v at laposte dot net -Status: Feedback +Status: Closed Bug Type: Output Control PHP Version: 4.3.4 New Comment:
The problem was coming from a function I declared. It was too long to execute on an old php version. this fonction was a replacement for the missing html_entities_decode(). (doesn't exist on php 4.1) I still don't know why the error was like this (in Unknown on line 0) but this problem doesn't appear in earlier versions so forget it. Previous Comments: ------------------------------------------------------------------------ [2004-06-07 15:53:35] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ [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