View Issue Details

IDProjectCategoryView StatusLast Update
0000056XdebugUncategorizedpublic2020-03-12 17:07
ReporterNovell Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionopen 
Summary0000056: A setting is needed to not dump $GLOBALS etc when using xdebug_get_function_stack()
Description

With circular references between classes and where we need to use $GLOBALS['foo'] to access the class the first time, just an undefined var cause 800K large output.

So an option to not get everything from $GLOBALS (and others too ?) might be needed.

TagsNo tags attached.
Operating SystemLinux 2.6.3 (Gentoo Unstable)
PHP Version5.0.0-dev

Activities

derick

2007-02-19 22:47

administrator   ~0000571

This has been addressed some time ago by the introduction of the three xdebug.vardisplay* ini settings.

Issue History

Date Modified Username Field Change
2004-04-05 10:28 Novell New Issue
2007-02-19 22:47 derick Status new => closed
2007-02-19 22:47 derick Note Added: 0000571
2020-03-12 16:56 derick Severity trivial => feature
2020-03-12 17:07 derick Category Feature/Change request => Uncategorized