PHP - Symfony

symfony/symfony last check 159 releases
Notes
no notes yet
Release notes
v5.4.44 · 1y+
view on github

Changelog (https://github.com/symfony/symfony/compare/v5.4.43...v5.4.44)

  • bug #58327 [FrameworkBundle] Do not access the container when the kernel is shut down (@jderusse)
  • bug #58316 [Form] Don't call the constructor of LogicalOr (@derrabus)
  • bug #58290 [FrameworkBundle] fix XSD to allow to configure locks without resources (@xabbuh)
  • bug #58291 [Process] Fix finding executables independently of open_basedir (@BlackbitDevs)
  • bug #58279 [Yaml] parse empty sequence elements as null (@xabbuh)
  • bug #58289 [HttpKernel] Skip logging uncaught exceptions in ErrorHandler, assume $kernel->terminateWithException() will do it (@nicolas-grekas)
  • bug #58185 [Filesystem] make sure temp files can be cleaned up on Windows (@xabbuh)
  • bug #58260 [Cache] Fix RedisSentinel param types (Paweł Stasicki)
  • bug #58278 [HttpClient] Fix setting CURLMOPT_MAXCONNECTS (@HypeMC)
  • bug #58274 [Dotenv] throw a meaningful exception when parsing dotenv files with BOM (@xabbuh)
  • bug #58240 [FrameworkBundle] Fix service reset between tests (@HypeMC)
  • bug #58266 [HttpKernel] pass CSV escape characters explicitly (@xabbuh)
  • bug #58181 [HttpFoundation] Update links for X-Accel-Redirect and fail properly when X-Accel-Mapping is missing (@nicolas-grekas)
  • bug #58218 Work around parse_url() bug (@nicolas-grekas)
  • bug #58207 [TwigBridge] Avoid calling deprecated mergeGlobals() (@derrabus)
  • bug #58198 [TwigBundle] Add support for resetting globals between HTTP requests (@fabpot)
  • bug #58143 [Ldap] Fix extension deprecation (@alexandre-daubois)

[PR] https://github.com/symfony/symfony/pull/58344