php - laravel5 composer install error zend guar loader -


i try install laravel 5.1:

php composer create-project laravel/laravel --prefer-dist

and have got this:

error output: zend guard loader requires zend engine api version 220090626.   zend engine api version 220121212 installed, newer.   contact zend technologies @ http://www.zend.com/ later version of ze   nd guard loader. 

this issue due value set within php.ini file, searching wrong version number.

check these values pointing right version of zend, or disable zend guard loader (the later not best)..

hope fixes issue you.


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -