View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000203 | Xdebug | Uncategorized | public | 2006-09-30 14:27 | 2006-10-03 20:08 |
Reporter | Soul--Reaver | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | reopened | ||
Summary | 0000203: PHP errors with html content processed incorrectly | ||||
Description | I'm using Apache/2.2.3 (Win32) PHP/5.1.6 Server with Xdebug 2.0.0beta6. When i don't load xdebug an error in php looks like this: The same error with xdebug enabled and loaded: As you can see the hyperlink in the error is not processed correctly. | ||||
Tags | No tags attached. | ||||
Operating System | Windows XP SP2 | ||||
PHP Version | 5.1.5 | ||||
|
This doesn't make sense, because if Xdebug is loaded you should not even get the standard warnings, but something similar to http://xdebug.org/images/xdebug_ss1.jpg How do you load Xdebug? Can you provide a link to your phpinfo() page perhaps? |
|
Hmm, I wanted to set it to feedback. Sorry for closing it. |
|
here's the phpinfo page. I added the a piece of code to reproduce the error at the top. Also added the same error you generate in the image in your bugnote (at the bottom though because of the fatal error it generates). <?php phpinfo(); typo(); http://www.pz.homedns.org:4714/phpinfo.php Here are the php.ini lines concerning xdebug [xdebug] xdebug.collect_includes = On If you need anything else let me know edited on: 2006-10-02 21:24 edited on: 2006-10-02 21:28 edited on: 2006-10-02 21:33 edited on: 2006-10-02 21:33 edited on: 2006-10-02 21:34 |
|
Here's another example http://www.pz.homedns.org:4714/xdebug-bug_id-0000203.php contains: xdebug_disable(); gzuncompress('blaat'); |
|
Okay, I see the problem now. I'll look if I can fix it. |
|
Fixed in CVS. Thanks for your report! |
Date Modified | Username | Field | Change |
---|---|---|---|
2006-09-30 14:27 | Soul--Reaver | New Issue | |
2006-10-02 19:40 | derick | Status | new => resolved |
2006-10-02 19:40 | derick | Resolution | open => unable to reproduce |
2006-10-02 19:40 | derick | Assigned To | => derick |
2006-10-02 19:40 | derick | Note Added: 0000459 | |
2006-10-02 19:40 | derick | Status | resolved => feedback |
2006-10-02 19:40 | derick | Resolution | unable to reproduce => reopened |
2006-10-02 19:40 | derick | Note Added: 0000460 | |
2006-10-02 20:21 | Soul--Reaver | Note Added: 0000461 | |
2006-10-02 20:24 | Soul--Reaver | Note Edited: 0000461 | |
2006-10-02 20:28 | Soul--Reaver | Note Edited: 0000461 | |
2006-10-02 20:33 | Soul--Reaver | Note Edited: 0000461 | |
2006-10-02 20:33 | Soul--Reaver | Note Edited: 0000461 | |
2006-10-02 20:34 | Soul--Reaver | Note Edited: 0000461 | |
2006-10-02 21:23 | Soul--Reaver | Note Added: 0000462 | |
2006-10-03 12:46 | derick | Note Added: 0000463 | |
2006-10-03 12:46 | derick | Status | feedback => confirmed |
2006-10-03 20:08 | derick | Status | confirmed => closed |
2006-10-03 20:08 | derick | Note Added: 0000466 | |
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 |