View Issue Details

IDProjectCategoryView StatusLast Update
0001245XdebugUncategorizedpublic2016-01-25 21:59
ReporterPitman Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLinuxOSXubuntuOS Version15.10
Product Version2.4.0rc3 
Fixed in Version2.4.0rc4 
Summary0001245: xdebug_dump_superglobals dumps uninitialized for POST and GET superglobals
Description

With
xdebug.dump.GET=
xdebug.dump.POST=

in php.ini xdebug_dump_superglobals dumps uninitialized for POST and GET superglobals, something like
$_POST[-9223371826135041858] = uninitialized

TagsNo tags attached.
Operating System
PHP Version7.0.0-7.0.4

Activities

derick

2016-01-10 22:57

administrator   ~0003391

I can indeed reproduce this. Another apply hash table occurrence!

derick

2016-01-10 23:39

administrator   ~0003392

Thanks for the report. I've now fixed this on Xdebug's master branch on GitHub for Xdebug 2.4.0.