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. |