View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000532 | Xdebug | Uncategorized | public | 2010-02-04 23:24 | 2010-02-17 00:32 |
Reporter | bbence | Assigned To | |||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0000532: XDebug breaks header() function | ||||
Description | I use:
And the following PHP code: '; Expected result is the following HTTP header: Actual result is this: Screenshots: With php_xdebug-2.0.5-5.3-vc6.dll (WORKS PROPERLY): | ||||
Tags | No tags attached. | ||||
Operating System | Windows 7 RC | ||||
PHP Version | 5.3.1 | ||||
|
Confirming the above - I'm having the very same issue using the following setup:
It looks that no HTTP headers from PHP reach the browser (even the X-Powered-By header is missing) - this way location headers or content type charset settings don't work at all. |
|
I'm also experiencing this issue (obviously cookies / cookie based sessions don't work correctly without headers) Exactly the same setup as jotta, with code that boils down to: var_dump($_COOKIE['test']); Expected Result: Actual Result: Issues goes away when xdebug is not loaded. |
|
Good news, I can reproduce this (With Apache from apache.org, and PHP 5.2.13dev VC6 with Xdebug 2.1.0beta3-dev). Bad news, no clue why this happens yet :-) |
|
Expecting same bug on Windows 7 RTM Professional 32-bit with php 5.3.1 VC9 and xdebug beta2. I hope it will be fixed soon, because it is so boring to work without debug =( |
|
I was be able to reproduce this on Linux in a threaded environment as well, and I've just uploaded new Windows binaries to http://xdebug.org/files/xdebug-latest.tgz which should contain a binary that has this issue fixed. Could you please verify this as well? (The binaries should also fix another crash bug) |
|
Works for me: |
|
Thanks Derick! Variables in local scope (0000002) are all still reporting as undefined. |
|
Closing, as this seems fixed now. @mpanciera contact me through the mailinglist with a remote debug log (See http://xdebug.org/docs/remote#remote_log on how to make one) |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-02-04 23:24 | bbence | New Issue | |
2010-02-04 23:24 | bbence | Operating System | => Windows 7 RC |
2010-02-04 23:24 | bbence | PHP Version | => 5.3.1 |
2010-02-04 23:24 | bbence | Xdebug Version | => 2.1.0-dev |
2010-02-05 01:00 | jotta | Note Added: 0001320 | |
2010-02-05 04:15 | dcc | Note Added: 0001321 | |
2010-02-06 14:05 | derick | Note Added: 0001325 | |
2010-02-09 14:00 | v0id3r | Note Added: 0001328 | |
2010-02-14 15:14 | derick | Relationship added | has duplicate 0000536 |
2010-02-16 00:54 | derick | Note Added: 0001334 | |
2010-02-16 10:24 | derick | Status | new => feedback |
2010-02-16 10:36 | alcaeus | Note Added: 0001340 | |
2010-02-16 10:36 | alcaeus | Note Edited: 0001340 | |
2010-02-16 21:50 | mpanciera | Note Added: 0001345 | |
2010-02-17 00:32 | derick | Note Added: 0001349 | |
2010-02-17 00:32 | derick | Status | feedback => closed |
2010-02-17 00:32 | derick | Resolution | open => fixed |
2010-02-24 11:20 | derick | Relationship added | has duplicate 0000541 |
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 |