Changelog (v7.3.10...v7.3.11)
- bug #63213 Fix lazy proxy type resolution for decorated services (nicolas-grekas)
- bug #63212 Fix dealing with truncated streams after headers arrived with CurlHttpClient (nicolas-grekas)
- bug #63208 Fix DocBlock resolution for inherited promoted properties (yoeunes)
- bug #63170 Persist state when consuming negative tokens (jhogervorst)
- bug #63137 Fix PdoSessionHandler charset-collation mismatch with the Doctrine DBAL (samy-mahmoudi)
- bug #63211 Fix dealing with multiple levels of AsyncResponse decoration (nicolas-grekas)
- bug #63202 Only send
UNLISTENquery if we are actively listening (jwage) - security #cve-2026-24739 Fix escaping for MSYS on Windows (nicolas-grekas)
- bug #63206 Conflict with phpdocumentor/reflection-docblock >= 6 (all branches) (nicolas-grekas)
- bug #63204 Fix resolution of self/parent types in inherited DocBlocks (yoeunes)
- bug #63195 Clean
http_cachedir inKernelTestCase::ensureKernelShutdown()(nicolas-grekas) - bug #63164 Fix escaping for MSYS on Windows (nicolas-grekas)
- bug #63192 Fix appending empty iterators (nicolas-grekas)
- bug #63193 Conflict with phpdocumentor/reflection-docblock >= 6 (branch 6.4 only) (nicolas-grekas)
- bug #63191 Apply
#to the right metadata (@VincentLanglet)