I have tryed to use Socket_Select() on 2 different servers with php >4.1.0 and get an undefined function error everytime... all other socket functions work fine... any ideas??
One system was Unix the other Windows 2k
The php manual says this must be done for all socket functions to work...
under installation...
The socket functions described here are part of an extension to PHP which must be enabled at compile time by giving the --enable-sockets option to configure.
But all the other socket functions work, just not this one... I have access to the server if you know how i could enable them manually...