您的位置:首页 > 产品设计 > UI/UE

php composer.phar install error The openssl extension is required for SSL/TLS protection

2016-08-16 14:30 1481 查看
php composer.phar install error

$ php composer.phar install

[Composer\Exception\NoSslException]

The openssl extension is required for SSL/TLS protection but is not available. If you can not enable the openssl extension, you can disable this error, at your own risk, by setting the 'disable-tls' option to true.

install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-c

ustom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest

] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative]

[--ignore-platform-reqs] [--] [<packages>]...

php.ini中extension=php_openssl.dll
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  php
相关文章推荐