pollita         Fri Aug  6 15:39:06 2004 EDT

  Modified files:              
    /phpdoc/en/reference/network/functions      dns-get-record.xml 
                                                checkdnsrr.xml 
  Log:
  A6 support added
  
http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/dns-get-record.xml?r1=1.18&r2=1.19&ty=u
Index: phpdoc/en/reference/network/functions/dns-get-record.xml
diff -u phpdoc/en/reference/network/functions/dns-get-record.xml:1.18 
phpdoc/en/reference/network/functions/dns-get-record.xml:1.19
--- phpdoc/en/reference/network/functions/dns-get-record.xml:1.18       Thu Dec 18 
09:14:34 2003
+++ phpdoc/en/reference/network/functions/dns-get-record.xml    Fri Aug  6 15:39:06 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
   <refentry id="function.dns-get-record">
     <refnamediv>
      <refname>dns_get_record</refname>
@@ -86,7 +86,7 @@
       <constant>DNS_NS</constant>, <constant>DNS_PTR</constant>, 
       <constant>DNS_SOA</constant>, <constant>DNS_TXT</constant>, 
       <constant>DNS_AAAA</constant>, <constant>DNS_SRV</constant>,
-      <constant>DNS_NAPTR</constant>,
+      <constant>DNS_NAPTR</constant>, <constant>DNS_A6</constant>,
       <constant>DNS_ALL</constant> or <constant>DNS_ANY</constant>.
       The default is <emphasis>DNS_ANY</emphasis>.  
       <note>
@@ -196,6 +196,17 @@
           <entry><literal>AAAA</literal></entry>
           <entry>
            <literal>ipv6</literal>: IPv6 address
+          </entry>
+         </row>
+         <row>
+          <entry><literal>A6</literal>(PHP &gt;= 5.1.0)</entry>
+          <entry>
+           <literal>masklen</literal>: Length (in bits) to inherit from the target
+           specified by <parameter>chain</parameter>.
+           <literal>ipv6</literal>: Address for this specific record to merge with
+           <parameter>chain</parameter>.
+           <literal>chain</literal>: Parent record to merge with 
+           <parameter>ipv6</parameter> data.
           </entry>
          </row>
          <row>
http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/checkdnsrr.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/network/functions/checkdnsrr.xml
diff -u phpdoc/en/reference/network/functions/checkdnsrr.xml:1.6 
phpdoc/en/reference/network/functions/checkdnsrr.xml:1.7
--- phpdoc/en/reference/network/functions/checkdnsrr.xml:1.6    Wed Nov  5 18:13:37 
2003
+++ phpdoc/en/reference/network/functions/checkdnsrr.xml        Fri Aug  6 15:39:06 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
   <refentry id="function.checkdnsrr">
    <refnamediv>
@@ -24,7 +24,7 @@
     </simpara>
     <simpara>
      <parameter>type</parameter> may be any one of: A, MX, NS, SOA,
-     PTR, CNAME, AAAA, or ANY.  The default is MX.
+     PTR, CNAME, AAAA, A6, SRV, NAPTR or ANY.  The default is MX.
     </simpara>
     <simpara>
      <parameter>Host</parameter> may either be the IP address in

Reply via email to