View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001954 | Xdebug | Tracing | public | 2021-03-14 15:09 | 2021-03-15 11:17 |
Reporter | derick | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 3.0.3 | ||||
Target Version | 3.0dev | Fixed in Version | 3.0.4 | ||
Summary | 0001954: Calling xdebug_start_trace without mode including tracing results in a fatal error | ||||
Description | Running xdebug_start_trace() when Xdebug's modes don't include tracing results in a fatal error due to that the return type may not be null. | ||||
Steps To Reproduce | $ php -dxdebug.mode=off -r 'xdebug_start_trace();' Notice: Functionality is not enabled in Command line code on line 1 Fatal error: Return value of xdebug_start_trace() must be of the type string, null returned in Unknown on line 0 | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 8.0.0-8.0.4 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-03-14 15:09 | derick | New Issue | |
2021-03-15 11:17 | derick | Assigned To | => derick |
2021-03-15 11:17 | derick | Status | new => closed |
2021-03-15 11:17 | derick | Resolution | open => fixed |
2021-03-15 11:17 | derick | Fixed in Version | => 3.0.4 |
2021-03-15 11:17 | derick | Note Added: 0005710 |