View Issue Details

IDProjectCategoryView StatusLast Update
0000919XdebugUncategorizedpublic2013-03-09 22:15
Reporterseiya64 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionno change required 
OSubuntuOS Version12.04 
Summary0000919: 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.

TagsNo tags attached.
Operating SystemUbuntu 12.04
PHP Version5.1.0

Activities

derick

2013-03-09 22:15

administrator   ~0002445

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.