PHP Sockets Not Working

Posted by isurulucky on Stack Overflow See other posts from Stack Overflow or by isurulucky
Published on 2010-06-18T05:00:17Z Indexed on 2010/06/18 5:03 UTC
Read the original article Hit count: 464

Filed under:
|
|
|

Hi,

I switched from Lighttpd server to WAMP and then found sockets in php are not working. But php is configured and working. (phpinfo() works) I removed the comment for the php_sockets.dll in php.ini @ C:\wamp\bin\php\php5.2.5.but still gives the error "Fatal error: Call to undefined function socket_create()". Any more configurations to do to enable sockets in php in WAMP? (php_sockets.dll is there as well, I've checked)

Thank You!

© Stack Overflow or respective owner

Related posts about php

Related posts about sockets