ID: 50533 Updated by: j...@php.net Reported By: sworddragon2 at aol dot com -Status: Open +Status: Bogus Bug Type: PHP options/info functions Operating System: Windows XP Professional SP3 PHP Version: 5.3.1 New Comment:
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. See bug #49868 Previous Comments: ------------------------------------------------------------------------ [2009-12-19 12:48:12] sworddragon2 at aol dot com Description: ------------ I have changed max_execution_time in the php.ini to 0 and restarted Apache 2.2.14 but the configuration have been ignored. PHP still uses 10 seconds. Reproduce code: --------------- <?php while(0===0); ?> Expected result: ---------------- I expect to see nothing because of the infinite loop and max_execution time of 0 seconds. Actual result: -------------- The script stops with the message: Fatal error: Maximum execution time of 10 seconds exceeded in E:\Programme\Lokaler Server\Apache Software Foundation\Apache2.2\htdocs\image\test.php on line 2 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=50533&edit=1