Has anyone tried to build an php shell with --enable-sockets for solaris 2.6 OS ? I have a compilations errors ...
Thanks to any help Regards P.Foure
I have the same problem on solaris 2.7.
But most of the socket-functions are working without this lib (in PHP 4.0.2)
-- fsockopen -- fclose -- fputs -- fgets -- socket_set_timeout -- socket_set_blocking
We have made some modifications in the source code and compile/link php with this module . It is ok for basic fonctions : - open_listen_sock - accept - read/write/close Some functions doesn't seem to work fine we need to do more tests .
regards