PHP - Symfony
Notes
no notes yet
Release notes
v6.4.28
· 6m+
Changelog (https://github.com/symfony/symfony/compare/v6.4.27...v6.4.28)
- bug #62324 [HttpFoundation] Fix parsing hosts and schemes in URLs (@nicolas-grekas)
- bug #62171 [Messenger] Fix commands writing to
STDERRinstead ofSTDOUT(@wazum) - bug #62315 Keep body size limit for AMP redirects (@villermen)
- bug #62091 [BrowserKit] The BrowserKit history with parameter separator without slash. (@biozshock)
- bug #62290 [Routing] Fix matching the "0" URL (@cs278)
- bug #62285 [HttpClient] Reject 3xx pushed responses (@nicolas-grekas)
- bug #62267 [Config] Use the empty string instead of null as an array offset (@santysisi)
- bug #62246 [HttpFoundation] Allow Request::setFormat() to override predefined formats (@longwave)
- bug #62242 [MonologBridge] Accept HttpExceptionInterface in HttpCodeActivationStrategy (@GromNaN)
- bug #62222 [Cache] fix ext-redis 6.2.0 compatibility (@xabbuh)
- bug #62201 [HtmlSanitizer] Remove
srcdocfrom allowed attributes (@Spomky)