On Tue, 2003-07-08 at 08:15, Sascha Schumann wrote:
> On Tue, 8 Jul 2003, Jason Greene wrote:
> 
> > If the platform supports gethostbyname_r(most i know do), that is thread
> > safe.
> 
>     Note the "2" in the name.
> 
>     - Sascha
I should have been more specific, we should change the ipv4 resolver
code in sockets to use either getaddrinfo or gethostbyname_r, as it is 
currently not thread safe.

The Ipv6  resolver code should just always use getaddrinfo

-Jason

-- 
Jason Greene <[EMAIL PROTECTED]>
             <[EMAIL PROTECTED]>


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to