ID: 22747 Updated by: [EMAIL PROTECTED] Reported By: carl at voodoomedia dot co dot uk -Status: Open +Status: Feedback Bug Type: Scripting Engine problem Operating System: Windows 2000 SP3 -PHP Version: 4.3.0 +PHP Version: 4.3.2-RC New Comment:
I can't reproduce this...what have you changed in your php.ini compared to the php.ini-dist ?? Can you provide a complete but short example of code that can be used to reproduce this? Previous Comments: ------------------------------------------------------------------------ [2003-03-17 15:26:14] carl at voodoomedia dot co dot uk Thanks for that, I tried the latest windows snapshot as you suggested but it did not fix the problem, latest one was a timeout on this line!!! echo '</td></tr>'; ------------------------------------------------------------------------ [2003-03-17 10:20:55] [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 ------------------------------------------------------------------------ [2003-03-17 10:06:52] carl at voodoomedia dot co dot uk I'm having some very strange issues with maximum execution timeouts. I've set them to 45 seconds in my php.ini and it's picking these up fine, but what I am getting is errors telling there that there are timeouts in lines which I really would not expect any timesout to happen. for example [17-Mar-2003 16:00:17] PHP Fatal error: Maximum execution time of 45 seconds exceeded in e:\www\include\inc_sessiondata.php on line 13 and ine 13 in this file is session_register("tmp_username"); only thing before this line is a session_start(); so I cannot see how a 45 second timeout could happen there? I've also had a timeout when just doing includes as below include_once('include\inc_showheader.php'); showheader.php just includes HTML and only PHP code in there are simple echo's So i'm confused as to why a timeout would happen with the above situations. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22747&edit=1
