Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11967 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96721 invoked by uid 1010); 6 Aug 2004 15:51:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 96659 invoked by uid 1007); 6 Aug 2004 15:51:25 -0000 Message-ID: <20040806155125.96658.qmail@pb1.pair.com> To: internals@lists.php.net References: <20040806142704.76822.qmail@pb1.pair.com> Date: Fri, 6 Aug 2004 08:50:21 -0700 Lines: 20 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: 64.142.6.231 Subject: Re: IPv6 DNS records with dns_*() functions From: pollita@php.net ("Sara Golemon") > 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. > You may want to start supporting that in the dns_() functions, or if it > already works, you may want to update the documentation on these functions. > That's certainly doable, but to help track it, could you create a feature request for it at bugs.php.net? Also, links to any RFC or other documents pertaining to implementation would be helpful. I'll add this into dns_*() for PHP 5.1.0 and to Net_DNS for the next release of that package. -Sara