From: [EMAIL PROTECTED] Operating system: Windows XP PHP version: 4CVS-2002-11-17 PHP Bug Type: *Configuration Issues Bug description: max_execution_time setting in php.ini ignored
The max_execution_time setting in my php.ini doesn't work. It's always 60 seconds, although I've set it to 90 seconds (what is confirmed by the output of phpinfo() ). Even when I set it to 30 seconds, a script still aborts with the message "Fatal error: Maximum execution time of 60 seconds exceeded in [...]". I'm using Apache 2.0.43 and the latest PHP 4.40 Snapshot (php4-win32-200211171530.zip) and have no modules loaded. The error also occured using a Snapshot from the 4.30 Series (from yesterday). This is an extract of my php.ini: ;;;;;;;;;;;;;;;;;;; ; Resource Limits ; ;;;;;;;;;;;;;;;;;;; max_execution_time = 90 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) -- Edit bug report at http://bugs.php.net/?id=20466&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20466&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20466&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20466&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20466&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20466&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20466&r=support Expected behavior: http://bugs.php.net/fix.php?id=20466&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20466&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20466&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20466&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20466&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20466&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20466&r=isapi