View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000557 | Xdebug | public | 2010-04-04 13:46 | 2010-04-04 14:17 | |
Reporter | mike | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | 2.1.0RC1 | ||||
Summary | 0000557: unwanted signs | ||||
Description | I'm using xdebug.dll with php5.3.2 in phpDesigner 7 and I'm using utf-8. If I debug a simple php code, I get unwanted signs in the output, just before the doctype tag. With xdebug.dll version 2.0.5 it's the same. My example code: <head>
My output is:<!-- X-Powered-By: PHP/5.3.2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <head> ==> Please have a look at the signs before doctype... | ||||
Tags | No tags attached. | ||||
Operating System | Windows XP SP2 | ||||
PHP Version | 5.3.2 | ||||
|
This has nothing to do with Xdebug. If you check the original source in your hx editor you will see the same. This is called a BOM which can be before any XML document. I don't know where the <!-- bit is coming from, but that's surely not something that Xdebug does. |
Date Modified | Username | Field | Change |
---|---|---|---|
2010-04-04 13:46 | mike | New Issue | |
2010-04-04 13:46 | mike | Operating System | => Windows XP SP2 |
2010-04-04 13:46 | mike | PHP Version | => 5.3.2 |
2010-04-04 13:46 | mike | Xdebug Version | => 2.1.0beta1 |
2010-04-04 14:16 | derick | Note Added: 0001431 | |
2010-04-04 14:16 | derick | Status | new => resolved |
2010-04-04 14:16 | derick | Resolution | open => no change required |
2010-04-04 14:16 | derick | Assigned To | => derick |
2010-04-04 14:17 | derick | View Status | private => public |
2016-07-31 12:35 | derick | Category | Debug client (console) => debugclient (debugging tool) |
2016-07-31 12:35 | derick | Category | debugclient (debugging tool) => (No Category) |