一、問題:
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.
二、解決方法:
1.查看你的php版本命令:
php -v
2.打開相php對應 php.ini:
開啟 extension=openssl
***注意 原來: ;extension=openssl 改成 extension=openssl
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/27459.html
標籤:PHP
