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

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -