php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56860 XDebug ignores set_time_limit
Submitted: 2006-02-26 05:37 UTC Modified: 2006-02-27 15:59 UTC
From: stochnagara at hotmail dot com Assigned: derick (profile)
Status: Closed Package: Xdebug
PHP Version: 5_1 CVS-2006-02-26 OS: windows xp
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: stochnagara at hotmail dot com
New email:
PHP Version: OS:

 

 [2006-02-26 05:37 UTC] stochnagara at hotmail dot com
Description:
------------
When PHP is run with XDebug, set_time_limit (0) is not working.
After about a minute, the script stops alerting that maximum execution time is reached.
When I turn off XDebug, the program works as expected.


Reproduce code:
---------------
//Code is too long an complex.

set_time_limit (0);
//do something that need a lot of time

Expected result:
----------------
//program finishes successfully

Actual result:
--------------
Maximum execution time of 30 seconds is reached.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-02-27 15:59 UTC] derick@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed May 14 09:01:26 2025 UTC