Hi,

A bind error means that the port is being used by
another application, incase that's incorrect you can
assure yourself by doing this :

socket_setopt(listener, SOL_SOCKET, SO_REUSEADDR, 1);

This function is undocumented (yet) and would require
you to download the latest version from CVS.

Hope that helps.

=====
*********************************
Know more about me:
http://www.geocities.com/mimodit
*********************************

__________________________________________________
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to