View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000324 | Xdebug | Uncategorized | public | 2007-10-24 12:11 | 2009-12-29 15:20 |
Reporter | e-novative | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000324: xdebug_dump_superglobals() only dumps superglobals that were accessed before | ||||
Description | It seems that xdebug_dump_superglobals() only dumps superglobals when they were accessed before, at least if you use ini_set to configure what to dump. In the attached script, HTTP_HOST is not dumped, but when you comment out the second line, is is dumped. | ||||
Additional Information | <?php ini_set('xdebug.dump.SERVER', 'HTTP_HOST'); ?> | ||||
Tags | No tags attached. | ||||
Operating System | Win XP | ||||
PHP Version | 5.2.1 | ||||
|
I can not reproduce this with PHP 5.2.1 and Xdebug 2.0.1 - could you please try Xdebug 2.0.1, and if that does not work, could you please give me a link to your phpinfo() output? |
|
Reminder sent to e-novative I can not reproduce this with PHP 5.2.1 and Xdebug 2.0.1 - could you please try Xdebug 2.0.1, and if that does not work, could you please give me a link to your phpinfo() output? |
|
Reminder sent to e-novative I can not reproduce this with PHP 5.2.1 and Xdebug 2.0.2 - could you please try Xdebug 2.0.2, and if that does not work, could you please give me a link to your phpinfo() output? This is the last such reminder, if I don't get feedback I will close the report. |
|
I have reproduced the bug today 2008-10-13 with this installation info: PHP 5.2.6 (cli) (built: Sep 15 2008 20:42:05) |
|
// Here is the test.php script I'm using to reproduce this bug. // next line causes error ?></body></html> |
|
Here is my php.ini settings that reproduced this bug. ; xdebug support I'm running Apache on CentOS with the following web stuff installed. system-config-httpd.noarch 5:1.3.3.1-1.el5 installed |
|
This is because I need to move the JIT registration to RINIT. |
|
Similar to 478 that I can also not reproduce. I did commit a possible fix for it though in revision 3175. |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-10-24 12:11 | e-novative | New Issue | |
2007-10-27 17:24 | derick | Xdebug Version | 2.0.1-dev => 1.3.2 |
2007-10-27 17:24 | derick | Note Added: 0000767 | |
2007-10-27 17:24 | derick | Status | new => feedback |
2007-11-01 21:09 | derick | Note Added: 0000796 | |
2007-11-11 17:40 | derick | Note Added: 0000804 | |
2008-10-13 23:31 | rheotaxis | Note Added: 0000884 | |
2008-10-13 23:35 | rheotaxis | Note Added: 0000885 | |
2008-10-13 23:39 | rheotaxis | Note Added: 0000886 | |
2008-11-03 09:55 | derick | Note Added: 0000895 | |
2009-12-29 15:18 | derick | Relationship added | has duplicate 0000478 |
2009-12-29 15:20 | derick | Note Added: 0001228 | |
2009-12-29 15:20 | derick | Status | feedback => closed |
2009-12-29 15:20 | derick | Resolution | open => fixed |
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 |