View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000146 | Xdebug | public | 2005-09-03 00:12 | 2005-09-23 09:24 | |
Reporter | mariuszn3 | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000146: xt trace files -> quotes within array key name's are not escaped | ||||
Description | Within content of trace files (*.xt). Arrays presented as function parameters or returns has unescaped quotes within key names (values are fine). This doesn't affects xdebug extension but affects any software that makes use of that. | ||||
Additional Information | Trace file contains function returns and function paramaters in most cased presented as valid php code(with minor exceptions like for resource and class types). | ||||
Tags | No tags attached. | ||||
Operating System | Windows XP | ||||
PHP Version | 5.0.4 | ||||
|
I can't reproduce this with the latest cvs version of Xdebug. The following script: <?php
?> produces the following output:
as you can see, the quote (') is succesfully escaped. Please provide a script where the trace file does not have this. |
|
Sorry my fault I was using 2.0.0beta1 version. I've just updated. Thanks! edited on: 2005-09-23 02:59 |
|
Okay, considered "fixed" then. |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-09-03 00:12 | mariuszn3 | New Issue | |
2005-09-22 19:45 | derick | Note Added: 0000289 | |
2005-09-22 19:45 | derick | Status | new => feedback |
2005-09-23 01:49 | mariuszn3 | Note Added: 0000292 | |
2005-09-23 01:59 | mariuszn3 | Note Edited: 0000292 | |
2005-09-23 09:24 | derick | Status | feedback => resolved |
2005-09-23 09:24 | derick | Resolution | open => fixed |
2005-09-23 09:24 | derick | Assigned To | => derick |
2005-09-23 09:24 | derick | Note Added: 0000294 | |
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) |