Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-27 | 694 Bytes | |
v6.4.26 source code.tar.gz | 2025-09-27 | 114.7 kB | |
v6.4.26 source code.zip | 2025-09-27 | 221.1 kB | |
Totals: 3 Items | 336.5 kB | 0 |
Changelog (https://github.com/symfony/http-kernel/compare/v6.4.25...v6.4.26)
- bug symfony/symfony#61368 [HttpKernel] Refine Vary header check to skip special handling of 'Accept-Language' when it's the only entry and '_vary_by_language' is
true
inCacheAttributeListener
(@santysisi) - bug symfony/symfony#61518 [HttpKernel] Handle an array vary header in the http cache store for write (@philpichet)
- bug symfony/symfony#61727 Replace sleep/wakeup() by (un)serialize() for throwing and internal usages (@nicolas-grekas)