Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12002 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83777 invoked by uid 1010); 8 Aug 2004 14:06:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83695 invoked from network); 8 Aug 2004 14:06:12 -0000 Received: from unknown (HELO e-matters.de) (217.69.76.213) by pb1.pair.com with SMTP; 8 Aug 2004 14:06:12 -0000 Received: (qmail 7962 invoked by uid 0); 8 Aug 2004 14:03:48 -0000 Received: from p508d6161.dip.t-dialin.net (HELO ?192.168.1.77?) (80.141.97.97) by /var/run/qmail-smtp.pid with SMTP; 8 Aug 2004 14:03:48 -0000 Message-ID: <4116334C.5060700@php.net> Date: Sun, 08 Aug 2004 16:06:04 +0200 User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Ron Korving , pollita@php.net, internals@lists.php.net References: <20040806142704.76822.qmail@pb1.pair.com> In-Reply-To: <20040806142704.76822.qmail@pb1.pair.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] IPv6 DNS records with dns_*() functions From: sesser@php.net (Stefan Esser) 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