Socket transport “ssl” in PHP not enabled

前端 未结 7 2179
醉梦人生
醉梦人生 2020-11-27 03:15

I\'m having trouble enabling the socket transport \"ssl\" in PHP. When I run my script, I get the error:

Warning: fsockopen() [function.fsockopen]:

7条回答
  •  一个人的身影
    2020-11-27 03:34

    In XAMPP Version 1.7.4 server does not have extension=php_openssl.dll line in php ini file. We have to add extension=php_openssl.dll in php.ini file

提交回复
热议问题