]> granicus.if.org Git - php/commit
Make php_set_inet6_addr happy with any environment. Use getaddrinfo() if available...
authorSara Golemon <pollita@php.net>
Tue, 8 Jul 2003 03:38:00 +0000 (03:38 +0000)
committerSara Golemon <pollita@php.net>
Tue, 8 Jul 2003 03:38:00 +0000 (03:38 +0000)
commit010f5a12c7017f7325141e0a30aa9f3b41e95f4c
tree9c211b1a5becf114d607c6024aed24c243ffca18
parent61b47cdaf021d08a6443d89f4f09150ad583459c
Make php_set_inet6_addr happy with any environment.  Use getaddrinfo() if available, gethostbyname2() if not, and simply fail if neither is present.
ext/sockets/config.m4
ext/sockets/sockets.c