ID: 22747 Updated by: [EMAIL PROTECTED] Reported By: carl at voodoomedia dot co dot uk -Status: Open +Status: Feedback Bug Type: Performance problem Operating System: Windows 2000 SP3 PHP Version: 4.3.0 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: ------------------------------------------------------------------------ [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
