View Issue Details

IDProjectCategoryView StatusLast Update
0002427XdebugStacktracespublic2026-06-08 14:36
Reporterderick Assigned To 
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionfixed 
Product Version3.5.1 
Target Version3.5devFixed in Version3.5.3 
Summary0002427: Crash when file_link_format setting is wrong
Description

When the xdebug.file_link_format setting is set to (for example just %), the formatter fails to work correctly and erroneous output is produced.

Steps To Reproduce
xdebug.mode=develop
xdebug.start_with_request=yes
html_errors=On
xdebug.file_link_format=%

And then run:

<?php
trigger_error('boom');
?>
TagsNo tags attached.
Operating System
PHP Version8.5.0-8.5.4

Activities