From: jcastro at elnuevodia dot com Operating system: Windows 2000 PHP version: 4.3.2 PHP Bug Type: *Configuration Issues Bug description: max_execution_time does not seem to work
I have a page that people use to upload files. I changed from 4.2.3 to 4.3.2 my configuration is max_execution_time = 3600 max_input_time = 60 memory_limit = 22M web server: iis The upload process will work for about 5 minutes and then stop. I will get and error message in my syslog saying that the script terminated because it ran for more than 3600. That is imposible since it ran for only 4 or 5 minutes. I had to go back to 4.2.3. I even set the max_execution_time to 0 and I still get the same error, except the message change from 3600 to 0. Keep in mind that I did not change any IIS configuration. just the php version toi make it work again. -- Edit bug report at http://bugs.php.net/?id=24041&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=24041&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=24041&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=24041&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=24041&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=24041&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=24041&r=support Expected behavior: http://bugs.php.net/fix.php?id=24041&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=24041&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=24041&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=24041&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24041&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=24041&r=dst IIS Stability: http://bugs.php.net/fix.php?id=24041&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=24041&r=gnused
