ID: 27292 User updated by: jforgey at wt dot net Reported By: jforgey at wt dot net -Status: Bogus +Status: Open Bug Type: *General Issues Operating System: win 2k PHP Version: 4.3.4 New Comment:
I'm also using Apache v2 Previous Comments: ------------------------------------------------------------------------ [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