Re: [PHP-DEV] gethostbyaddr, IPv6 mapped IPv4 and native IPv6 addresses

2001-09-19 Thread Stig Venaas
Hi On Tue, Sep 18, 2001 at 06:28:08PM +0200, Matthias Wimmer wrote: > Hi! > > I just noticed that the php function gethostbyaddr is not able to lookup > IPv6 mapped IPv4 or native IPv6 addresses. > > Because I get such addresses from the apache 1.3.19 when it is patched > with the KAME IPv6 pat

[PHP-DEV] gethostbyaddr, IPv6 mapped IPv4 and native IPv6 addresses

2001-09-18 Thread Matthias Wimmer
Hi! I just noticed that the php function gethostbyaddr is not able to lookup IPv6 mapped IPv4 or native IPv6 addresses. Because I get such addresses from the apache 1.3.19 when it is patched with the KAME IPv6 patch (that's the normal way to IPv6 enable apache 1.3) I noticed the problem. Attach