[resolved] Problem with max_execution_time |
Site Admin
|
It looks like the problem is with timeout either in PHP or in the web server you use.
Maybe php team reworked something related and now it ignores or incorrectly sets the timer? Could you please check?
Looks like it corresponds to the time when we updated to php-5.2.6/php-4.4.8 If you find a problem with php timeout, feel free to submit it there: http://bugs.php.net/ |
||||||||||||||||
_________________ The PHP IDE team |
|
I upgraded my runtime php to 4.4.8 and can confirm there's a problem, using the following test:
change max_execution_time from 30 to 600 in php.ini <?php $t = 70; echo "<html><head><title>test timeout</title></head><body>"; echo "<h2>Test timeout - Sleep for $t seconds</h2>"; echo "sleeping ".date('h:i:s')."<br />"; sleep($t); echo "stop sleeping ".date('h:i:s')."<br />"; echo "</body></html>"; ?> Setting $t to 59 worked fine, but setting $t to 70 timed out. I will report the problem as you suggested. |
||||||||||||
|
[resolved] Problem with max_execution_time |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by