Re: [PHP-DEV] IPv6 DNS records with dns_*() functions

2004-08-08 Thread Sara Golemon
> > It is actually the other way around. is the official standard and > > A6 is deprecated for years. > > > hmm, from http://www.dns.net/dnsrd/rfc/ i get the same idea, yet on other > websites it is mentioned sometimes that A6 is the "new" .. .pretty > weird.. > > if both are used in pract

Re: [PHP-DEV] IPv6 DNS records with dns_*() functions

2004-08-08 Thread Ron Korving
hmm, from http://www.dns.net/dnsrd/rfc/ i get the same idea, yet on other websites it is mentioned sometimes that A6 is the "new" .. .pretty weird.. if both are used in practice tho, i think PHP should parse them both, don't you think? Ron "Stefan Esser" <[EMAIL PROTECTED]> wrote in message

Re: [PHP-DEV] IPv6 DNS records with dns_*() functions

2004-08-08 Thread Stefan Esser
Hello all, Ron Korving wrote: I noticed the DNS record lookup functions (in the documentation) all refer to as an IPv6 type record. Actually, is obsolete now.. Of course, in PHP it would be very wise to support , but the official type is A6. It is actually the other way around. i

[PHP-DEV] IPv6 DNS records with dns_*() functions

2004-08-06 Thread Ron Korving
Hi, I noticed the DNS record lookup functions (in the documentation) all refer to as an IPv6 type record. Actually, is obsolete now.. Of course, in PHP it would be very wise to support , but the official type is A6. You may want to start supporting that in the dns_() functions, or if