View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000625 | Xdebug | Uncategorized | public | 2010-10-07 14:00 | 2012-12-18 12:36 |
| Reporter | jpic | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Target Version | 2.2.2 | Fixed in Version | 2.2.2 | ||
| Summary | 0000625: xdebug_get_headers() -> Headers are reset unexpectedly. | ||||
| Description | Headers are emptied unexpectedly according to xdebug_get_headers(). | ||||
| Steps To Reproduce | ~ cat test_xdebug.php Expected result: array(1) { Actual result: array(1) { | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.2.8 | ||||
|
|
A suggested patch: Index: xdebug.c--- xdebug.c (revision 3374)
Index: tests/bug00625.phpt--- tests/bug00625.phpt (revision 0)
|
|
|
According to your patch, it looks more like a feature than a bug doesn't it ? |
|
|
Fixed for Xdebug 2.2.2. |