View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001514 | Xdebug | Step Debugging | public | 2018-01-10 15:22 | 2018-01-22 18:21 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 2.6.0beta1 | ||||
Target Version | 2.6.0 | Fixed in Version | 2.6.0rc1 | ||
Summary | 0001514: (Root) Variable names with a NULL char are cut off at NULL char | ||||
Description | When debugging a script that contains a variable name with a chr(0) in it, Xdebug does only return the variable name partially | ||||
Steps To Reproduce | When debugging the following script: <?php die(); The result: <?xml version="1.0" encoding="iso-8859-1"?> | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.2.0-7.2.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-10 15:22 | derick | New Issue | |
2018-01-14 00:33 | derick | Status | new => closed |
2018-01-14 00:33 | derick | Assigned To | => derick |
2018-01-14 00:33 | derick | Resolution | open => fixed |
2018-01-14 00:33 | derick | Fixed in Version | => 2.6.0 |
2018-01-15 11:22 | derick | Note Added: 0004561 | |
2018-01-15 11:22 | derick | Status | closed => confirmed |
2018-01-16 23:19 | derick | Status | confirmed => closed |
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 |