View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001266 | Xdebug | Uncategorized | public | 2016-02-05 21:24 | 2016-02-08 17:33 |
Reporter | Pitman | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Ubuntu | OS | Linux | OS Version | 15.10 |
Product Version | 2.4.0rc4 | ||||
Fixed in Version | 2.4.0 | ||||
Summary | 0001266: xdebug_dump_superglobals() always dumps empty $_SESSION stack (even thow there are some vars) | ||||
Description | With xdebug.dump.SESSION=* in php.ini, xdebug_dump_superglobals() prints only "Dump $_SESSION" header whis empty $_SESSION list. | ||||
Steps To Reproduce | <?php ini_set('xdebug.dump.SESSION', '*'); session_start(); $_SESSION['foo'] = 'bar'; xdebug_dump_superglobals(); | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.0.0-7.0.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2016-02-05 21:24 | Pitman | New Issue | |
2016-02-08 17:33 | derick | Note Added: 0003443 | |
2016-02-08 17:33 | derick | Status | new => closed |
2016-02-08 17:33 | derick | Assigned To | => derick |
2016-02-08 17:33 | derick | Resolution | open => fixed |
2016-02-08 17:33 | derick | Fixed in Version | => 2.4.0 |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |