ID:               22747
 User updated by:  carl at voodoomedia dot co dot uk
 Reported By:      carl at voodoomedia dot co dot uk
-Status:           Feedback
+Status:           Open
 Bug Type:         Scripting Engine problem
 Operating System: Windows 2000 SP3
 PHP Version:      4.3.0
 New Comment:

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>';


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

[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

Reply via email to