我尝试安装Laravel 5.1:
php composer create-project laravel/laravel——prefer-dist
and I have got this
Error Output: Zend Guard Loader requires Zend Engine API version 220090626.
The Zend Engine API version 220121212 which is installed, is newer.
Contact Zend Technologies at http://www.zend.com/ for a later version of Ze
nd Guard Loader.
这个问题是由于php.ini文件中的一个值设置,它可能搜索错误的版本号。
检查这些值是否指向正确的ZEND版本,或者禁用ZEND Guard Loader(后者可能不是最好的).