[PR #929] [CLOSED] Update UnitOfWork.php #8915

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/929
Author: @stampycode
Created: 2/4/2014
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+6 additions, -2 deletions)

View changed files

📝 lib/Doctrine/ORM/UnitOfWork.php (+6 -2)

📄 Description

This function can fail to find any entityIdentifiers matching the given spl_object_hash, which causes an undefinedIndex exception. This update detects and prevents the problem, and testing this has caused no unexpected side-effects or problems.
This may occur only when using multiple Doctrine connectors simultaneously.


🔄 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/929 **Author:** [@stampycode](https://github.com/stampycode) **Created:** 2/4/2014 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`125e321`](https://github.com/doctrine/orm/commit/125e3217a5c9dc8873b4616240bb6ddef31b8234) Update UnitOfWork.php ### 📊 Changes **1 file changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/UnitOfWork.php` (+6 -2) </details> ### 📄 Description This function can fail to find any entityIdentifiers matching the given spl_object_hash, which causes an undefinedIndex exception. This update detects and prevents the problem, and testing this has caused no unexpected side-effects or problems. This may occur only when using multiple Doctrine connectors simultaneously. --- <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:02:17 +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#8915