Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11971 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95257 invoked by uid 1010); 6 Aug 2004 18:39:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 95198 invoked by uid 1007); 6 Aug 2004 18:39:27 -0000 Message-ID: <20040806183927.95139.qmail@pb1.pair.com> To: internals@lists.php.net References: <20040806142704.76822.qmail@pb1.pair.com> <20040806155125.96658.qmail@pb1.pair.com> Date: Fri, 6 Aug 2004 11:39:22 -0700 Lines: 18 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? > Nevermind I already added it in. -Sara