View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002337 | Xdebug | Step Debugging | public | 2025-04-14 15:35 | 2025-04-16 09:59 |
Reporter | barel | Assigned To | derick | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.4.2 | ||||
Target Version | 3.5dev | Fixed in Version | 3.5dev | ||
Summary | 0002337: Modify xdebug_add_stack_frame to always work on the passed execute_data | ||||
Description | The xdebug_add_stack_frame function ignores the passed zdata parameter and always uses EG(current_execute_data) for this value. We should modify this function to use this passed value and stop using EG(current_execute_data). This will allow us to use this function to add stack frames which are not the current one. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.3.5-8.3.9 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2025-04-14 15:35 | barel | New Issue | |
2025-04-14 23:33 | derick | Status | new => confirmed |
2025-04-14 23:33 | derick | Target Version | => 3.5dev |
2025-04-16 09:59 | derick | Assigned To | => derick |
2025-04-16 09:59 | derick | Status | confirmed => closed |
2025-04-16 09:59 | derick | Resolution | open => fixed |
2025-04-16 09:59 | derick | Fixed in Version | => 3.5dev |
2025-04-16 09:59 | derick | Note Added: 0007248 |