Error with PHP Websocket and Wamp Server

后端 未结 3 1344
你的背包
你的背包 2020-12-18 08:11

I\'m really new about this of Websockets, i\'m trying to connect this websocket: phpwebsocket with WAMP server, first, in my httpd.conf I wrote listen 9300, and if i go to l

3条回答
  •  甜味超标
    2020-12-18 08:45

    You have to install php_socket extension. http://php.net/manual/en/install.windows.extensions.php This link have all information about it.

提交回复
热议问题