You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
This PR was merged into the master branch.
Discussion
----------
Unregister initial loader when using ApcClassLoader
I think it's quite bad to have twice the same loader registered because for autoloading classes (or class_exists calls) not handled by the main symfony/composer loader, it'll be called twice.
Commits
-------
43b3c14 Unregister initial loader when using ApcClassLoader
0 commit comments