View Issue Details

IDProjectCategoryView StatusLast Update
0000786XdebugUncategorizedpublic2014-05-19 23:11
Reporteruniflare Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionnot fixable 
PlatformWin32 DesktopOSWindowsOS Version7 Ultimate x86
Product Version2.2dev 
Summary0000786: Max Execution Time Hit During Debugging
Description

Whilst using breakpoints and stepping through an application, PHP throws a Max Execution time Exceeded error. Appears to be default setting of 30 seconds.

Steps To Reproduce

Compile 2.2dev with 5.4.0RC8 on windows.
(Optional) Install apache 2.4 with php5apache2_4.dll from apache lounge.
Run a php file and break on first line.
Wait 30 sec.

Additional Information

Setting set_time_limit(0); at script start alleviates the issue.

I believe it is your method of setting the max execution time on the fly - perhaps your checking if safe_mode is enabled (there is no safe mode at all in 5.4.0RC8).

TagsNo tags attached.
Operating System
PHP Version5.4-dev

Activities

uniflare

2012-03-02 00:56

reporter   ~0001944

Last edited: 2012-03-02 01:03

set_time_limit(0); does not alleviate the issue. Once you continue from a breakpoint after 30 seconds it will throw max_execution_error.

Only changing php.ini "max_execution_time" affects the issue.

derick

2014-05-19 23:11

administrator   ~0002818

I don't think I can fix this on Windows. I force setting max_execution_time=1 when you start debugging already.

Issue History

Date Modified Username Field Change
2012-03-02 00:54 uniflare New Issue
2012-03-02 00:56 uniflare Note Added: 0001944
2012-03-02 01:03 uniflare Note Edited: 0001944
2014-05-19 23:11 derick Note Added: 0002818
2014-05-19 23:11 derick Status new => resolved
2014-05-19 23:11 derick Resolution open => not fixable
2014-05-19 23:11 derick Assigned To => derick
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized