ssl/TLS 保护需要 openssl 扩展
2022-08-30 07:26:34
composer create-project flarum/flarum . --stability=beta
我尝试运行此命令,但它给了我这个错误。
[RuntimeException]
The openssl extension is required for SSL/TLS protection but is not availab
le. 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.
我试图将“extension=php_openssl.dll”添加到“php.ini”,但它仍然得到这个错误