From:             carl at voodoomedia dot co dot uk
Operating system: Windows 2000 SP3
PHP version:      4.3.0
PHP Bug Type:     Performance problem
Bug description:  Getting maximum execution timeout errors on lines which shouldnt be 
doing so

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 bug report at http://bugs.php.net/?id=22747&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22747&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22747&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22747&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22747&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22747&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22747&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22747&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22747&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22747&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22747&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22747&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22747&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22747&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22747&r=gnused

Reply via email to