Entry
socket() cannot be called in PHP 4.0.3pl1 and 4.0.5 "Call to undefined function: socket()" why?
May 3rd, 2003 04:56
Manjay Dwivedi, Jens Clasen, Jan Eide,
These socket-functions are part of an extension for PHP, for using them
PHP has to be compiled with --enable-sockets.
Additionaly these functions are still experimental so it is strongly
recommended not to use them until they are stable.
------------------------------------------------------------------
See i got also same problem but i have made server socket successfully
i got problem with client socket only .