View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001103 | Xdebug | Uncategorized | public | 2015-01-31 03:17 | 2015-02-22 14:29 |
Reporter | requinix | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.2.3 | ||||
Fixed in Version | 2.3.0 | ||||
Summary | 0001103: XDEBUG_SESSION_STOP_NO_EXEC only stops first script executed with auto_prepend|append_files | ||||
Description | Given a setup with auto_prepend_file and/or auto_prepend_file configured, XDEBUG_SESSION_STOP_NO_EXEC will stop the first file encountered from executing but subsequent file(s) will still execute. So
| ||||
Steps To Reproduce | Using the command-line, PHP's built-in server, and three files: (session 1:) (session 2:) (session 1:) | ||||
Additional Information | An older XDebug used to stop all three files - not sure what version but PHP 5.3 era. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.5.5-5.5.9 | ||||
|
I can reproduce it, and I've made a PR that Travis is now testing: https://github.com/xdebug/xdebug/pull/149 |
|
Fixed for 2.2.8 and 2.3.0dev. |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-01-31 03:17 | requinix | New Issue | |
2015-01-31 09:42 | derick | Note Added: 0002978 | |
2015-01-31 09:42 | derick | Assigned To | => derick |
2015-01-31 09:42 | derick | Status | new => acknowledged |
2015-02-01 12:59 | derick | Note Added: 0002979 | |
2015-02-01 12:59 | derick | Status | acknowledged => closed |
2015-02-01 12:59 | derick | Resolution | open => fixed |
2015-02-01 12:59 | derick | Fixed in Version | => 2.2.8 |
2015-02-22 14:29 | derick | Fixed in Version | 2.2.8 => 2.3.0 |
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 |