View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001516 | Xdebug | Step Debugging | public | 2018-01-15 17:00 | 2018-01-22 18:21 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 2.6.0beta1 | ||||
Target Version | 2.6.0 | Fixed in Version | 2.6.0rc1 | ||
Summary | 0001516: Can't fetch variables or object properties which have \0 characters in them | ||||
Description | Per DBGP's escaping rules (https://xdebug.org/docs-dbgp.php#escaping-rules), it says: if we have a NULL character in the string, like in $x chr(0) y, or, $x->f chr(0) oo, than they need to be quoted with a back-slash (\), as in: property_get -i 10 -n "$x\0y" property_get -i 11 -n "$x->f\0oo" Xdebug's command parser does not support this. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.2.0-7.2.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-15 17:00 | derick | New Issue | |
2018-01-15 17:00 | derick | Target Version | => 2.6.0 |
2018-01-18 20:50 | derick | Note Added: 0004564 | |
2018-01-18 20:50 | derick | Status | new => closed |
2018-01-18 20:50 | derick | Assigned To | => derick |
2018-01-18 20:50 | derick | Resolution | open => fixed |
2018-01-18 20:50 | derick | Fixed in Version | => 2.6.0 |
2018-01-22 18:21 | derick | Fixed in Version | 2.6.0 => 2.6.0rc1 |
2020-03-12 16:33 | derick | Category | Remote Debugging => Step Debugging |