View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000305 | Xdebug | Uncategorized | public | 2007-08-28 13:41 | 2011-10-01 13:06 |
| Reporter | hoffie | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Summary | 0000305: xdebug exception handler doesn't properly handle special chars | ||||
| Description | While PHP's default exception handler escapes special chars like <, > and " correctly, xdebug's exception handler doesn't. | ||||
| Additional Information | $ echo '<?php throw new Exception("<MARK>"); ?>' | php-cgi -n | grep MARK $ echo '<?php throw new Exception("<MARK>"); ?>' | php-cgi | grep MARK | ||||
| Tags | No tags attached. | ||||
| Operating System | Linux 2.6 | ||||
| PHP Version | 5.2-dev | ||||