View Issue Details

IDProjectCategoryView StatusLast Update
0000317XdebugUncategorizedpublic2020-03-12 17:16
Reporterkarmacoder Assigned Toderick  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Summary0000317: Configure to not overload var_dump in php.ini
Description

Could you please make it configurable if xdebug should overload var_dump or leave the standard php function in place. I am working with a application that relies on the native var_dump output, but we would like to use xdebug to generate profiling files without changing the var_dump behavior.

TagsNo tags attached.
Operating System
PHP Version5.1.6

Activities

derick

2007-10-20 17:50

administrator   ~0000744

This is already in CVS HEAD - the name of the setting is "xdebug.overload_var_dump".

Issue History

Date Modified Username Field Change
2007-10-16 15:09 karmacoder New Issue
2007-10-20 17:50 derick Status new => resolved
2007-10-20 17:50 derick Resolution open => fixed
2007-10-20 17:50 derick Assigned To => derick
2007-10-20 17:50 derick Note Added: 0000744
2020-03-12 16:55 derick Severity minor => feature
2020-03-12 17:16 derick Category Feature/Change request => Uncategorized