Skip to content

2.5.1

Choose a tag to compare

@dbu dbu released this 04 Oct 07:22
2.5.1

Fixed

  • Cache Tagging: Clear the SymfonyResponseTagger after we tagged a response.
    Usually PHP uses a new instance for every request. But for example the hash
    lookup when using Symfony HttpCache does two requests in the same PHP
    process.