Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12004 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37043 invoked by uid 1010); 8 Aug 2004 14:56:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 36891 invoked by uid 1007); 8 Aug 2004 14:56:14 -0000 Message-ID: <20040808145613.36888.qmail@pb1.pair.com> To: internals@lists.php.net References: <20040806142704.76822.qmail@pb1.pair.com> <4116334C.5060700@php.net> Date: Sun, 8 Aug 2004 16:55:55 +0200 Lines: 27 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Posted-By: 212.238.144.71 Subject: Re: [PHP-DEV] IPv6 DNS records with dns_*() functions From: r.korving@xit.nl ("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" AAAA.. .pretty weird.. if both are used in practice tho, i think PHP should parse them both, don't you think? Ron "Stefan Esser" wrote in message news:4116334C.5060700@php.net... > Hello all, > > Ron Korving wrote: > > I noticed the DNS record lookup functions (in the documentation) all refer > > to AAAA as an IPv6 type record. Actually, AAAA is obsolete now.. Of course, > > in PHP it would be very wise to support AAAA, but the official type is A6. > > It is actually the other way around. AAAA is the official standard and > A6 is deprecated for years. > > Stefan