[PHP] Re: Sockets on FreeBSD Mac OS X

2001-10-03 Thread Devon Weller
Thanks for your help. Here is some more information: I am running the process from the command line as root. I also tried several different ports, all with the same result. I don't think you need any special permission to bind to a port above 1024. If so, I couldn't find anything out about it

[PHP] Re: Sockets on FreeBSD Mac OS X

2001-10-02 Thread Richard Lynch
Wild Guess: Your OS is configured to not allow "nobody" to bind port 12345, and PHP is running within Apache as "nobody"... Check out what sort of limitations are put upon users binding ports... If I was a real Un*x guru, I'd even know what command tells you that... :-| -- WARNING [EMAIL PROTE