Click to See Complete Forum and Search --> : function socket()


Anon
02-01-2001, 04:23 PM
I try to use this function to create a server-side socket
I get :
Fatal error: Call to undefined function: socket()

What DLL enables to use this function under Windows ? Thanks.

Anon
02-26-2001, 03:07 PM
I know the problem:
The socket functions described [in the manual] are part of an extension to PHP which must be enabled at compile time by giving the --enable-sockets option to configure.

If anyone has done this for Win32 there are a lot of people that would like to use it (including me ;-)
Please pass on a socket enabled version of PHP 4.

Thanks.