View Issue Details

IDProjectCategoryView StatusLast Update
0002337XdebugStep Debuggingpublic2025-04-16 09:59
Reporterbarel Assigned Toderick  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version3.4.2 
Target Version3.5devFixed in Version3.5dev 
Summary0002337: 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.

TagsNo tags attached.
Operating System
PHP Version8.3.5-8.3.9

Issue History

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