Error Handler Versions Save

Provides tools to manage errors and ease debugging PHP code

v5.4.36

3 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

4 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)

v6.4.3

4 months ago

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

4 months ago

Changelog (https://github.com/symfony/error-handler/compare/v6.3.11...v6.3.12)

  • bug symfony/symfony#53006 [ErrorHandler] Don't format binary strings (@aleho)

v5.4.35

4 months ago

Changelog (https://github.com/symfony/error-handler/compare/v5.4.34...v5.4.35)

  • bug symfony/symfony#53006 [ErrorHandler] Don't format binary strings (@aleho)

v7.0.0

6 months ago

v6.4.0

6 months ago

v7.0.0-RC1

6 months ago

v6.4.0-RC1

6 months ago

v7.0.0-BETA1

7 months ago

Changelog (https://github.com/symfony/error-handler/compare/v6.3.6...v7.0.0-BETA1)

  • feature symfony/symfony#52079 [HttpKernel] Add parameters kernel.runtime_mode and kernel.runtime_mode.*, all set from env var APP_RUNTIME_MODE (@nicolas-grekas)
  • feature symfony/symfony#50734 [ErrorHandler] Improve fileLinkFormat handling (@nlemoine)
  • feature symfony/symfony#51284 [FrameworkBundle][HttpKernel][MonologBridge] Revisit wiring of debug loggers (@nicolas-grekas)
  • feature symfony/symfony#47715 [Form] Removing self-closing slash from <input> (@ThomasLandauer)
  • feature symfony/symfony#50911 [HttpKernel] Enhance exception if possible (@lyrixx)
  • feature symfony/symfony#51069 Add types to public and protected properties (@nicolas-grekas)
  • feature symfony/symfony#50852 [Components] Convert to native return types (@wouterj)
  • feature symfony/symfony#50842 Add missing return types to magic methods (@wouterj)
  • feature symfony/symfony#50873 Remove remaining deprecated code paths (@nicolas-grekas)
  • feature symfony/symfony#50404 Bump to PHP 8.2 minimum (@nicolas-grekas)