Laravel5编译器安装错误



我尝试安装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(后者可能不是最好的).

相关内容

  • 没有找到相关文章

最新更新