php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27292 Page time out
Submitted: 2004-02-17 14:06 UTC Modified: 2004-02-18 03:00 UTC
From: jforgey at wt dot net Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 4.3.4 OS: win 2k
Private report: No CVE-ID: None
 [2004-02-17 14:06 UTC] 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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-17 16:18 UTC] sniper@php.net
Do you happen to have safe_mode on? (can not reproduce, timeout works as expected for me)

 [2004-02-18 00:16 UTC] jforgey at wt dot net
I'm also using Apache v2
 [2004-02-18 00:17 UTC] jforgey at wt dot net
No safe mode not on
 [2004-02-18 03:00 UTC] sniper@php.net
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.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 23:01:33 2025 UTC