PHP解决Unable to find the socket

发布于:2015年12月28日 已被阅读

PHP处理支付宝发货接口“Unable to find the socket transport ‘ssl’ – did you forget to enable it when you configured PHP?”的错误提示

该错误表明PHP不支持openssl,未开启openssl扩展所致。

解决方案:

在php.ini中找到“;extension=php_openssl.dll”,去掉前面的分号,虚拟主机找服务商解决。