Last Updated: February 25, 2016
·
880
· markushausammann

Zend Framework 2 and classmap autoloading

Be aware that if you're running PHP 5.4 you should not use composer's classmap autoloading because you will automatically get the ZF2 PHP 5.3.3 compatibility classes installed which will break your installation. Use standard autoloading in that case.