View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000903 | Xdebug | Uncategorized | public | 2012-11-20 12:59 | 2012-12-18 12:36 |
| Reporter | TheSeer | Assigned To | derick | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.2.1 | ||||
| Target Version | 2.2.2 | Fixed in Version | 2.2.2 | ||
| Summary | 0000903: xdebug_get_headers() returns replaced headers | ||||
| Description | Calling PHP's header() function multiple times with the same header-key PHP's default behavior is to replace a previously set header. Xdebug's tracking does not honor that, causing xdebug_get_headers() to return already overwritten headers. | ||||
| Steps To Reproduce | <?php var_dump(xdebug_get_headers()); ?> | ||||
| Additional Information | PHP's headers_list() returns only the last set header/value pair - among other, internally set headers. | ||||
| Tags | No tags attached. | ||||
| Operating System | Linux | ||||
| PHP Version | 5.4.4 | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-11-20 12:59 | TheSeer | New Issue | |
| 2012-12-17 20:03 | derick | Note Added: 0002393 | |
| 2012-12-17 20:03 | derick | Status | new => closed |
| 2012-12-17 20:03 | derick | Assigned To | => derick |
| 2012-12-17 20:03 | derick | Resolution | open => fixed |
| 2012-12-18 12:36 | derick | Fixed in Version | => 2.2.2 |
| 2012-12-18 12:36 | derick | Target Version | => 2.2.2 |
| 2014-02-27 19:08 | derick | Relationship added | has duplicate 0000645 |
| 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 |