Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11972 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 64263 invoked by uid 1010); 6 Aug 2004 18:59:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 61868 invoked by uid 1007); 6 Aug 2004 18:59:08 -0000 Message-ID: <20040806185908.61857.qmail@pb1.pair.com> To: internals@lists.php.net References: <20040806142704.76822.qmail@pb1.pair.com> <20040806155125.96658.qmail@pb1.pair.com> <20040806183927.95139.qmail@pb1.pair.com> Date: Fri, 6 Aug 2004 20:58:50 +0200 Lines: 26 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: IPv6 DNS records with dns_*() functions From: r.korving@xit.nl ("Ron Korving") Oh, okay... so no need for me to create a feature request? Ron "Sara Golemon" wrote in message news:20040806183927.95139.qmail@pb1.pair.com... > > > 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