Page 1 of 1

socket support

PostPosted: 28. November 2003 20:36
by Pierino
I would like to know if socket' function support is enable by default in xampp...
I recive this error:
Fatal error: Call to undefined function: socket_create()

I have read that in Unix S.O. the socket support is not enabled by default and need to be enabled recompiling the PHP binary with the "−−enable−sockets" parameter but in Windows S.O. with pre−built binary how can I enable socket support?

Please help me.... :cry:

PostPosted: 29. November 2003 15:07
by Pierino
I have found this solution:

In Windows, PHP Sockets can be activated by un-commenting extension=php_sockets.dll in php.ini

is this correct?
Thx

PostPosted: 01. December 2003 23:24
by MAGnUm
if it works, do it.