ID: 27292 Updated by: [EMAIL PROTECTED] Reported By: jforgey at wt dot net -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: win 2k PHP Version: 4.3.4 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. You must be doing something wrong, I can not reproduce this with properly configured Apache2 + PHP under Windows. Previous Comments: ------------------------------------------------------------------------ [2004-02-18 00:17:41] jforgey at wt dot net No safe mode not on ------------------------------------------------------------------------ [2004-02-18 00:16:25] jforgey at wt dot net I'm also using Apache v2 ------------------------------------------------------------------------ [2004-02-17 16:18:10] [EMAIL PROTECTED] Do you happen to have safe_mode on? (can not reproduce, timeout works as expected for me) ------------------------------------------------------------------------ [2004-02-17 14:06:58] jforgey at wt dot net 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 this bug report at http://bugs.php.net/?id=27292&edit=1