From: jforgey at wt dot net Operating system: win 2k PHP version: 4.3.4 PHP Bug Type: *General Issues Bug description: Page time out
Description: ------------ When you set the time out using "set_time_limit" and the page times out. The page will report the default time limit setting in the php.ini file and not the time limit set from the php page Reproduce code: --------------- set_time_limit(15 * 60); //timeout 15 mins Expected result: ---------------- page time out of 15 mins Actual result: -------------- page time out of 30 sec -- Edit bug report at http://bugs.php.net/?id=27292&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27292&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27292&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27292&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27292&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27292&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27292&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27292&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27292&r=support Expected behavior: http://bugs.php.net/fix.php?id=27292&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27292&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27292&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27292&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27292&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27292&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27292&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27292&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27292&r=float