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.2-RC
New Comment:
What webserver is used? How is PHP configured in it?
Are you using CGI binary or a module?
What is the diff -u between the php.ini-dist file and your
php.ini ?
Previous Comments:
------------------------------------------------------------------------
[2003-03-25 05:51:58] carl at voodoomedia dot co dot uk
I'm afraid that "You're doing something wrong" just isn't an acceptable
answer.
It's a problem with PHP's session handler or serializer for sure. I can
replicate it by using this script
<?php
session_start();
if (!isset($_SESSION['tempVal'])) $_SESSION['tempVal'] = 0;
$_SESSION['tempVal']++;
echo 'session val is now '.$_SESSION['tempVal'].'<BR>';
echo '<A HREF="sesstest.php">click here to reload</A>
?>
If I call that page from an automated page refresh script that I have
at some point within an hour I will get
[25-Mar-2003 11:37:27] PHP Fatal error: Maximum execution time of 40
seconds exceeded in e:\www\sesstest.php on line 2.
------------------------------------------------------------------------
[2003-03-18 11:38:50] [EMAIL PROTECTED]
You're doing something wrong, ask support questions on the mailing
lists.
------------------------------------------------------------------------
[2003-03-18 09:32:54] carl at voodoomedia dot co dot uk
It happens without zend installed, I installed that last night in the
hope that it would solve the time outs by speeding things up :(((
------------------------------------------------------------------------
[2003-03-18 09:23:12] [EMAIL PROTECTED]
Disable the ZendOptimizer and try the code again.
------------------------------------------------------------------------
[2003-03-17 19:49:47] [EMAIL PROTECTED]
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?
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/22747
--
Edit this bug report at http://bugs.php.net/?id=22747&edit=1