MitchVincent
Programmer
I did this :
$iSockFD = socket (AF_INET, SOCK_STREAM, 0)
-- and got this :
Unknown error 4294967293
I'm using PHP4.0.3pl1 on a Linux box, SMP kernel 2.2.16
Any ideas?
Oh and yes, I did ocmpile and --enable-sockets , the functions are there, they just don't work. Thanks!!!
$iSockFD = socket (AF_INET, SOCK_STREAM, 0)
-- and got this :
Unknown error 4294967293
I'm using PHP4.0.3pl1 on a Linux box, SMP kernel 2.2.16
Any ideas?
Oh and yes, I did ocmpile and --enable-sockets , the functions are there, they just don't work. Thanks!!!