View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002426 | Xdebug | Uncategorized | public | 2026-05-29 10:38 | 2026-06-08 14:36 |
| Reporter | rbairwell | Assigned To | derick | ||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Debian GNU/Linux | OS | Linux | OS Version | 13 |
| Product Version | 3.5.1 | ||||
| Target Version | 3.5dev | Fixed in Version | 3.5.3 | ||
| Summary | 0002426: xdebug_get_tracefile_name incorrectly throws notice | ||||
| Description | When output tracing is NOT active and xdebug_get_tracefile_name() is called, it is meant to return null to indicate that it is not active ( https://xdebug.org/docs/all_functions#xdebug_get_tracefile_name ) Whilst it does emit the "null", it also raises a Notice: IMHO, it should not raise this notice as we are just "checking" to see if output tracing is enabled. PHP version 8.5.6 (not listed in drop down: 8.5.4 is max listed) | ||||
| Steps To Reproduce | <?php | ||||
| Tags | No tags attached. | ||||
| Operating System | Debian GNU/Linux 13 | ||||
| PHP Version | 8.5-dev | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2026-05-29 10:38 | rbairwell | New Issue | |
| 2026-05-29 15:22 | derick | Assigned To | => derick |
| 2026-05-29 15:22 | derick | Status | new => assigned |
| 2026-05-29 15:22 | derick | Note Added: 0007512 | |
| 2026-05-29 15:23 | derick | Target Version | => 3.5dev |
| 2026-06-03 14:45 | derick | Status | assigned => closed |
| 2026-06-03 14:45 | derick | Resolution | open => fixed |
| 2026-06-03 14:45 | derick | Fixed in Version | => 3.5dev |
| 2026-06-08 14:28 | derick | Fixed in Version | 3.5dev => 3.5.2 |
| 2026-06-08 14:36 | derick | Fixed in Version | 3.5.2 => 3.5.3 |