-
PHP解决Unable to find the socket transport “ssl”
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”,去掉前面的分号,虚拟主机找...作者:追忆 | 分类:服务器技术 | 阅读:48,111次1条评论