mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #162] [MERGED] ProxyFactory creates proxy's parent structure if it doesn't exist #7794
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/162
Author: @ericclemmons
Created: 10/20/2011
Status: ✅ Merged
Merged: 1/28/2012
Merged by: @beberlei
Base:
master← Head:patch-1📝 Commits (5)
92acd32ProxyFactory creates proxy's parent structure if it doesn't existfde9d12ProxyFactory checks presence of directory withis_dirinstead offile_exists99c1383If proxy directory doesn't exist & cannot be created via mkdir, a ProxyException is thrown48bf502ProxyFactory always checks if directory is writable first5b64dbeAdded error suppression to mkdir in ProxyFactory📊 Changes
2 files changed (+14 additions, -0 deletions)
View changed files
📝
lib/Doctrine/ORM/Proxy/ProxyException.php(+4 -0)📝
lib/Doctrine/ORM/Proxy/ProxyFactory.php(+10 -0)📄 Description
Wheeee, nested proxies can be generated without hassle!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.