[PR #37] [MERGED] Urgent: Namespace being ignored #110

Open
opened 2026-01-23 11:32:56 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/DoctrineCacheBundle/pull/37
Author: @Lumbendil
Created: 1/7/2015
Status: Merged
Merged: 1/7/2015
Merged by: @guilhermeblanco

Base: 1.0Head: namespace-issue


📝 Commits (1)

  • e4d2855 Update SymfonyBridgeAdapter.php

📊 Changes

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

View changed files

📝 DependencyInjection/SymfonyBridgeAdapter.php (+2 -0)

📄 Description

If you define the namespace it's being set to null, thus defining the same namespace for all classes, which would be an empty namespace.

I wrote urgent because this makes having two installations of the same project with namespaces defined unusable, since they'll then share the cache.


🔄 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/DoctrineCacheBundle/pull/37 **Author:** [@Lumbendil](https://github.com/Lumbendil) **Created:** 1/7/2015 **Status:** ✅ Merged **Merged:** 1/7/2015 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `1.0` ← **Head:** `namespace-issue` --- ### 📝 Commits (1) - [`e4d2855`](https://github.com/doctrine/DoctrineCacheBundle/commit/e4d2855007369beffba8a3545654d5b014c2efa6) Update SymfonyBridgeAdapter.php ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `DependencyInjection/SymfonyBridgeAdapter.php` (+2 -0) </details> ### 📄 Description If you define the namespace it's being set to null, thus defining the same namespace for all classes, which would be an empty namespace. I wrote urgent because this makes having two installations of the same project with namespaces defined unusable, since they'll then share the cache. --- <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-23 11:32:56 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/DoctrineCacheBundle#110