mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #405] [CLOSED] Add possibility to cache annotations wih APC #8142
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/405
Author: @zim32
Created: 7/21/2012
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
f6d5ff9Fix for apc bug, when apc is lossing array cursor after apc_fetch. Now it is possible to cache annotation info📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php(+3 -2)📄 Description
APC has a bug - after apc_fetch is made, arrays loose their cursors. That is why is_numeric(key(...)) is not working
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.