Releases: symfony/error-handler
Releases · symfony/error-handler
v6.4.6
Changelog (v6.4.5...v6.4.6)
- no significant changes
v5.4.38
Changelog (v5.4.37...v5.4.38)
- no significant changes
v7.0.4
Changelog (v7.0.3...v7.0.4)
- bug symfony/symfony#54031 [ErrorHandler] Fix parsing messages that contain anonymous classes on PHP >= 8.3.3 (@nicolas-grekas)
- bug symfony/symfony#53967 [ErrorHandler] return the unchanged text if preg_replace_callback() fails (@xabbuh)
- bug symfony/symfony#53842 [VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var (@nicolas-grekas)
v6.4.4
Changelog (v6.4.3...v6.4.4)
- bug symfony/symfony#54031 [ErrorHandler] Fix parsing messages that contain anonymous classes on PHP >= 8.3.3 (@nicolas-grekas)
- bug symfony/symfony#53967 [ErrorHandler] return the unchanged text if preg_replace_callback() fails (@xabbuh)
- bug symfony/symfony#53842 [VarDumper] Fix configuring CliDumper with SYMFONY_IDE env var (@nicolas-grekas)
v5.4.36
Changelog (v5.4.35...v5.4.36)
- bug symfony/symfony#54031 [ErrorHandler] Fix parsing messages that contain anonymous classes on PHP >= 8.3.3 (@nicolas-grekas)
- bug symfony/symfony#53967 [ErrorHandler] return the unchanged text if preg_replace_callback() fails (@xabbuh)
v7.0.3
Changelog (v7.0.2...v7.0.3)
- bug symfony/symfony#53656 [Form] Use self-closing
<input />
syntax again, reverting #47715 (@mpdude) - bug symfony/symfony#53006 [ErrorHandler] Don't format binary strings (@aleho)
- bug symfony/symfony#53434 [ErrorHandler] fix rendering exception pages without the HttpKernel component (@xabbuh)
v6.4.3
Changelog (v6.4.2...v6.4.3)
- bug symfony/symfony#53656 [Form] Use self-closing
<input />
syntax again, reverting #47715 (@mpdude) - bug symfony/symfony#53006 [ErrorHandler] Don't format binary strings (@aleho)
- bug symfony/symfony#53434 [ErrorHandler] fix rendering exception pages without the HttpKernel component (@xabbuh)
v6.3.12
Changelog (v6.3.11...v6.3.12)
- bug symfony/symfony#53006 [ErrorHandler] Don't format binary strings (@aleho)
v5.4.35
Changelog (v5.4.34...v5.4.35)
- bug symfony/symfony#53006 [ErrorHandler] Don't format binary strings (@aleho)
v7.0.0
Changelog (v7.0.0-RC2...v7.0.0)
- no significant changes