mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #855] [CLOSED] Don't rely on gc_collect_cycles() #8804
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/855
Author: @ptarjan
Created: 11/22/2013
Status: ❌ Closed
Base:
master← Head:gc_collect_cycles📝 Commits (1)
f4ee798don't rely on gc_collect_cycles for HHVM📊 Changes
1 file changed (+15 additions, -5 deletions)
View changed files
📝
tests/Doctrine/Tests/ORM/Functional/IdentityMapTest.php(+15 -5)📄 Description
HHVM doesn't have a working implementation of gc_collect_cycles() so lets break the cycles by hand.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.