Couldn't sleep tonight so I decided to play with PHP4's new socket
functionality..
I did this :
$iSockFD = socket (AF_INET, SOCK_STREAM, 0)
-- and got this :
Unknown error 4294967293
It won't go away either -- I'm using PHP4.0.3pl1 on a Linux box, SMP kernel
2.2.16
Any ideas?