您的位置:首页 > 其它

Windows安装Composer出现Composer Security Warning警告的解决方法

2017-08-31 16:13 190 查看
提示信息:

    The openssl extension is missing from the PHP version you specified.This means that

secure HTTPS transfers are not possible.

    The recommended option is to enable the extension in your php.ini

解决方法:

解决方法:去PHP的安装地址找到php.ini,找到【extension=php_openssl.dll】,去掉前面的注释。然后重新安装Composer。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐