Warning: file_get_contents(): Unable to find the wrapper "https" -
did you forget to enable it when you configured PHP?
修改php.ini文件中的如下内容
;extension=php_openssl.dll
去掉注释即可。注意是php.ini文件
Warning: file_get_contents(): Unable to find the wrapper "https" -
did you forget to enable it when you configured PHP?
修改php.ini文件中的如下内容
;extension=php_openssl.dll
去掉注释即可。注意是php.ini文件
转载于:https://my.oschina.net/u/266531/blog/880108