View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000919 | Xdebug | Uncategorized | public | 2013-01-25 07:25 | 2013-03-09 22:15 |
| Reporter | seiya64 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | no change required | ||
| OS | ubuntu | OS Version | 12.04 | ||
| Summary | 0000919: Headers of html in body | ||||
| Description | When a warning or an error is ocurred with php, xdebug shows the message at the same web page. But all tags like <little> or <scripts> or any tag that you have inside of <head>, they are put inside <body>. | ||||
| Steps To Reproduce | For to reproduce this issue. You enter a error in php code, and then, you see the source code of the web page. | ||||
| Tags | No tags attached. | ||||
| Operating System | Ubuntu 12.04 | ||||
| PHP Version | 5.1.0 | ||||
|
|
I can not reproduce this, but I do know that once in a while Xdebug shows an error which creates invalid HTML. In some cases, the browser then rewrites it and you get weird structures. There is not much I can do about that. Xdebug itself definitely doesn't change the output stream to the browser - except from injecting error messages where otherwise PHP would do that. |