首頁  >  文章  >  後端開發  >  composer安装失败

composer安装失败

WBOY
WBOY原創
2016-06-06 20:17:291957瀏覽

Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:

The openssl extension is missing, which means that secure HTTPS transfers are impossible.
If possible you should enable it or recompile php with --with-openssl

一直出现这段错误提示,真的不知道怎么搞,php.ini的openssl已经启动了,查看phpinfo也能查看到openssl,我用的xampp集成的,php版本为5.6,求教啊,

回复内容:

Some settings on your machine make Composer unable to work properly.
Make sure that you fix the issues listed below and run this script again:

The openssl extension is missing, which means that secure HTTPS transfers are impossible.
If possible you should enable it or recompile php with --with-openssl

一直出现这段错误提示,真的不知道怎么搞,php.ini的openssl已经启动了,查看phpinfo也能查看到openssl,我用的xampp集成的,php版本为5.6,求教啊,

在命令行里面 php -m 看一下。可能你是配置的 web 下面的 php.ini 而不是 cli 下面的 php.ini

composer

需要开启openssl的php扩展

用七牛做了个镜像:试看看?

<code>curl -sS https://o1kh8c7bn.qnssl.com/installer | php
mv composer.phar /usr/local/bin/composer</code>
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn