[PR #177] [MERGED] ProxyFactory was redeclaring methods in some OSs #7817

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/177
Author: @thiagofesta
Created: 10/28/2011
Status: Merged
Merged: 11/13/2011
Merged by: @beberlei

Base: masterHead: master


📝 Commits (1)

  • 66d2b9e The ProxyFactory was redeclaring methods serialize and unserialize on the cache file on some OSs.

📊 Changes

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

View changed files

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

📄 Description

The ProxyFactory was redeclaring methods serialize and unserialize (in my case) on the cache file on some OSs.

Here is the full comment with some screenshots: https://github.com/symfony/symfony/issues/2501


🔄 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/177 **Author:** [@thiagofesta](https://github.com/thiagofesta) **Created:** 10/28/2011 **Status:** ✅ Merged **Merged:** 11/13/2011 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`66d2b9e`](https://github.com/doctrine/orm/commit/66d2b9e0fba22e6e6b524548ee8a9c2b6df76d08) The ProxyFactory was redeclaring methods serialize and unserialize on the cache file on some OSs. ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Proxy/ProxyFactory.php` (+1 -1) </details> ### 📄 Description The ProxyFactory was redeclaring methods serialize and unserialize (in my case) on the cache file on some OSs. Here is the full comment with some screenshots: https://github.com/symfony/symfony/issues/2501 --- <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:00 +01:00
admin closed this issue 2026-01-22 15:57:00 +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#7817