Encryption requires the OpenSSL PHP extension 报错
报错截图:

解决办法:
修改php.ini配置文件,打开该拓展
open php.ini
search “opensll”
remove the semicolon from: extension=php_openssl.dll

报错截图:

解决办法:
修改php.ini配置文件,打开该拓展
open php.ini
search “opensll”
remove the semicolon from: extension=php_openssl.dll
