PHP: Unable to find the wrapper "https"
http://cweiske.de/tagebuch/php-error-https-wrapper.htm
PHP may tell you the following:
PHP Warning: file_get_contents():
Unable to find the wrapper "https" - did you forget
to enable it when you configured PHP?
This means that PHP is not able to do
secure HTTP requests.
Reason for this is that it has no
SSL library to use.
Unix
Recompile PHP with the --with-openssl flag.
Windows
Edit your php.ini file and add the following line:
extension=php_openssl.dll
声明:该文观点仅代表作者本人,入门客AI创业平台信息发布平台仅提供信息存储空间服务,如有疑问请联系rumenke@qq.com。