| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-06 | 1.5 kB | |
| v7.3.6 source code.tar.gz | 2025-11-06 | 11.1 MB | |
| v7.3.6 source code.zip | 2025-11-06 | 14.7 MB | |
| Totals: 3 Items | 25.8 MB | 0 | |
Changelog (https://github.com/symfony/symfony/compare/v7.3.5...v7.3.6)
- 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 [#62237] [Form] Fix EnumType choice_label logic for grouped choices (@yoeunes)
- bug [#62283] [Filesystem] Unify logic for isAbsolute() in Path (@yoeunes)
- bug [#62091] [BrowserKit] The BrowserKit history with parameter separator without slash. (@biozshock)
- bug [#62297] [Twig] Ensure WrappedTemplatedEmail::getReturnPath() returns a string (@yoeunes)
- bug [#62294] [Console] Add missing VERBOSITY_SILENT case in CommandDataCollector (@yoeunes)
- 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 [#62197] [Validator] Fix call to undefined getParser() in YamlValidator (@yoeunes)
- bug [#62201] [HtmlSanitizer] Remove
srcdocfrom allowed attributes (@Spomky)