[PR #855] [CLOSED] Don't rely on gc_collect_cycles() #8804

Open
opened 2026-01-22 16:01:48 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/855
Author: @ptarjan
Created: 11/22/2013
Status: Closed

Base: masterHead: gc_collect_cycles


📝 Commits (1)

  • f4ee798 don'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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/855 **Author:** [@ptarjan](https://github.com/ptarjan) **Created:** 11/22/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `gc_collect_cycles` --- ### 📝 Commits (1) - [`f4ee798`](https://github.com/doctrine/orm/commit/f4ee79860cdd4d2bca521558ae0bae12febb40db) don't rely on gc_collect_cycles for HHVM ### 📊 Changes **1 file changed** (+15 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `tests/Doctrine/Tests/ORM/Functional/IdentityMapTest.php` (+15 -5) </details> ### 📄 Description HHVM doesn't have a working implementation of gc_collect_cycles() so lets break the cycles by hand. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:01:48 +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#8804