[PR #10095] Use NullCacheItemPool when using a Paginator. #12084

Closed
opened 2026-01-22 16:12:52 +01:00 by admin · 0 comments
Owner

Original Pull Request: https://github.com/doctrine/orm/pull/10095

State: closed
Merged: No


This fixes a bug where Doctrine would recreate the DQL to SQL parsing
cache on every request which would fill up OPCache with duplicates.
We now use a "Null" cache implementation instead of calling
Query::expireQueryCache().
@see https://github.com/doctrine/orm/issues/9917

**Original Pull Request:** https://github.com/doctrine/orm/pull/10095 **State:** closed **Merged:** No --- This fixes a bug where Doctrine would recreate the DQL to SQL parsing cache on every request which would fill up OPCache with duplicates. We now use a "Null" cache implementation instead of calling Query::expireQueryCache(). @see https://github.com/doctrine/orm/issues/9917
admin added the pull-request label 2026-01-22 16:12:52 +01:00
admin closed this issue 2026-01-22 16:12:53 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#12084