DDC-96: Problem using Doctrine Autoloaders from Global Namespace #117

Open
opened 2026-01-22 12:27:49 +01:00 by admin · 0 comments
Owner

Originally created by @doctrinebot on GitHub (Nov 2, 2009).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @beberlei:

The Doctrine Autoloaders don't work from the global namespace in the following context:

Loader::loadClass("\Doctrine\ORM\Mapping\Driver\AnnotationsDriver");

The prefix slash is not matched and the doctrine autoloader fails.

Originally created by @doctrinebot on GitHub (Nov 2, 2009). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @beberlei: The Doctrine Autoloaders don't work from the global namespace in the following context: ``` Loader::loadClass("\Doctrine\ORM\Mapping\Driver\AnnotationsDriver"); ``` The prefix slash is not matched and the doctrine autoloader fails.
admin added the Bug label 2026-01-22 12:27:49 +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#117