Error Handler Versions Save

Provides tools to manage errors and ease debugging PHP code

v7.0.7

2 weeks ago

v6.4.7

2 weeks ago

v5.4.39

2 weeks ago

v7.0.6

1 month ago

v6.4.6

1 month ago

v5.4.38

1 month ago

v7.0.4

2 months ago

Changelog (https://github.com/symfony/error-handler/compare/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

2 months ago

Changelog (https://github.com/symfony/error-handler/compare/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

2 months ago

Changelog (https://github.com/symfony/error-handler/compare/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

3 months ago

Changelog (https://github.com/symfony/error-handler/compare/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)