今天在给客户的 ecshop 系统中添加第三方登陆的时候出现如下的错误:
ERROR: 64987649 - Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP?
用的 win2003 的系统,从网上搜索了下,原来遇到这种问题的用户不少,是因为 php 不支持 openssl 所引起的,我们只需要将 php 目录下的 libeay32.dll 和 ssleay32.dll 两个文件一起拷贝到其c盘下的 system32下就可...