Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

socket() broken?

Status
Not open for further replies.

MitchVincent

Programmer
Nov 1, 2000
4
US
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!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top