View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000786 | Xdebug | Uncategorized | public | 2012-03-02 00:54 | 2014-05-19 23:11 |
Reporter | uniflare | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | not fixable | ||
Platform | Win32 Desktop | OS | Windows | OS Version | 7 Ultimate x86 |
Product Version | 2.2dev | ||||
Summary | 0000786: 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. | ||||
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). | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.4-dev | ||||
|
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. |
|
I don't think I can fix this on Windows. I force setting max_execution_time=1 when you start debugging already. |
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 |