Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11965 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76901 invoked by uid 1010); 6 Aug 2004 14:27:04 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76868 invoked by uid 1007); 6 Aug 2004 14:27:04 -0000 Message-ID: <20040806142704.76822.qmail@pb1.pair.com> To: internals@lists.php.net Date: Fri, 6 Aug 2004 16:26:48 +0200 Lines: 11 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Posted-By: 62.58.68.2 Subject: IPv6 DNS records with dns_*() functions From: r.korving@xit.nl ("Ron Korving") Hi, 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. Ron