>  기사  >  백엔드 개발  >  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으로 문의하세요.