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.
minor #964 dont hint the usage of the ApcuClassLoader anymore (backbone87)
This PR was merged into the 2.3 branch.
Discussion
----------
dont hint the usage of the ApcuClassLoader anymore
the ApcuClassLoader isnt needed for PHP 5.6+ / PHP 7+ anymore, since
Composer can now dump a OPCache optimized static classmap, that has
similar performance characteristics
also the ApcuClassLoader could cause problems with memory fragmentation
for large apps
see composer/composer#5174
Commits
-------
2acc49f dont hint the usage of the ApcuClassLoader anymore
0 commit comments