[PR #312] [CLOSED] Removed LOCK_EX for writing Proxy class file #8006

Closed
opened 2026-01-22 15:57:57 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/312
Author: @hason
Created: 3/29/2012
Status: Closed

Base: masterHead: lockex


📝 Commits (1)

  • d61c947 Removed LOCK_EX for writing Proxy class file

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/Proxy/ProxyFactory.php (+1 -1)

📄 Description

LOCK_EX will not work on NFS and many other networked file systems.

Replaces #307


🔄 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/312 **Author:** [@hason](https://github.com/hason) **Created:** 3/29/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `lockex` --- ### 📝 Commits (1) - [`d61c947`](https://github.com/doctrine/orm/commit/d61c9472f0622ddf3ec85ac88d9f723e39b0d05b) Removed LOCK_EX for writing Proxy class file ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Proxy/ProxyFactory.php` (+1 -1) </details> ### 📄 Description LOCK_EX will not work on NFS and many other networked file systems. Replaces #307 --- <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 15:57:57 +01:00
admin closed this issue 2026-01-22 15:57:58 +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#8006