[PR #307] [CLOSED] Proxy - added option to turn off exclusive lock #8002

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

📋 Pull Request Information

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

Base: masterHead: proxy


📝 Commits (3)

  • 70f39b6 Fixed tests on Windows
  • c02d0c8 Added option to turn off exclusive lock on the file while proceeding to the writing proxy file
  • 52fcc01 Added getter and setter for boolean flag proxyExclusiveLock in Configuration class

📊 Changes

4 files changed (+36 additions, -7 deletions)

View changed files

📝 lib/Doctrine/ORM/Configuration.php (+25 -1)
📝 lib/Doctrine/ORM/EntityManager.php (+2 -1)
📝 lib/Doctrine/ORM/Proxy/ProxyFactory.php (+6 -2)
📝 tests/Doctrine/Tests/ORM/Proxy/AutoloaderTest.php (+3 -3)

📄 Description

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


🔄 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/307 **Author:** [@hason](https://github.com/hason) **Created:** 3/22/2012 **Status:** ❌ Closed **Base:** `master` ← **Head:** `proxy` --- ### 📝 Commits (3) - [`70f39b6`](https://github.com/doctrine/orm/commit/70f39b6627ad3db79166e652a46eab580286f96f) Fixed tests on Windows - [`c02d0c8`](https://github.com/doctrine/orm/commit/c02d0c8ed94ccee95f6d22938db3c641aaa4e420) Added option to turn off exclusive lock on the file while proceeding to the writing proxy file - [`52fcc01`](https://github.com/doctrine/orm/commit/52fcc01a577103407059a9e60e0b48ecbb046db0) Added getter and setter for boolean flag proxyExclusiveLock in Configuration class ### 📊 Changes **4 files changed** (+36 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Configuration.php` (+25 -1) 📝 `lib/Doctrine/ORM/EntityManager.php` (+2 -1) 📝 `lib/Doctrine/ORM/Proxy/ProxyFactory.php` (+6 -2) 📝 `tests/Doctrine/Tests/ORM/Proxy/AutoloaderTest.php` (+3 -3) </details> ### 📄 Description LOCK_EX will not work on NFS and many other networked file systems. --- <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:54 +01:00
admin closed this issue 2026-01-22 15:57:54 +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#8002