window下安装composer出现问题
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
大概说的是我的openssl模块没开。
在php目录下的php.ini
去掉
extension=php_openssl.dll
前面的分号
本文介绍了解决Windows环境下Composer安装过程中出现的OpenSSL缺失问题的方法。通过启用PHP的openssl扩展,确保HTTPS传输的安全。
189

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



