在window下安装Composer-Setup.exe,出错信息“The openssl extension is missing, which will reduce the security and stability of Composer. If possible you should enable it or recompile php with –with-openssl”。
解决办法:
1. 在php.ini中去掉 extension=php_openssl.dll 这一行开头的注释;
2. 去掉extension_dir = “./”这一行开的注释;
本文解决在Windows环境下安装Composer-Setup.exe时出现的错误提示:“Theopenssl extension is missing, which will reduce the security and stability of Composer...” 提供了两种解决方法:一是取消php.ini中extension=php_openssl.dll的注释;二是取消extension_dir=“./”的注释。
789

被折叠的 条评论
为什么被折叠?



