pollita         Sun Mar  2 23:53:33 2003 EDT

  Modified files:              
    /phpdoc/en/reference/network/functions      getmxrr.xml 
    /phpdoc/entities    global.ent 
  Log:
  Doc Bug #22445
  
  
Index: phpdoc/en/reference/network/functions/getmxrr.xml
diff -u phpdoc/en/reference/network/functions/getmxrr.xml:1.4 
phpdoc/en/reference/network/functions/getmxrr.xml:1.5
--- phpdoc/en/reference/network/functions/getmxrr.xml:1.4       Thu Jan  2 13:42:52 
2003
+++ phpdoc/en/reference/network/functions/getmxrr.xml   Sun Mar  2 23:53:33 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
   <refentry id="function.getmxrr">
    <refnamediv>
@@ -28,6 +28,18 @@
      <parameter>weight</parameter> array is given, it will be filled
      with the weight information gathered.
     </simpara>
+    <para>
+     <note>
+      <simpara>
+       This function should not be used for the purposes of address
+       verification.  Only the mailexchangers found in DNS are returned,
+       however, according to <ulink url="&url.rfc974;">RFC 974</ulink>
+       when no mail exchangers are listed, <parameter>hostname</parameter>
+       itself should be used as the only mail exchanger with a priority of
+       <literal>0</literal>.
+      </simpara>
+     </note>
+    </para>
     <para>
      <note>
       <simpara>
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.82 phpdoc/entities/global.ent:1.83
--- phpdoc/entities/global.ent:1.82     Sat Feb 22 19:51:24 2003
+++ phpdoc/entities/global.ent  Sun Mar  2 23:53:33 2003
@@ -1,6 +1,6 @@
 <!-- -*- SGML -*-
 
- $Id: global.ent,v 1.82 2003/02/23 00:51:24 betz Exp $
+ $Id: global.ent,v 1.83 2003/03/03 04:53:33 pollita Exp $
 
  Contains global "macros" for all the XML documents.
 
@@ -219,6 +219,7 @@
 <!ENTITY url.redhat.support 
"http://www.redhat.com/products/ccvs/support/CCVS3.3docs/ProgPHP.html";>
 <!ENTITY url.redhat.mcve "http://www.mcve.com/";>
 <!ENTITY url.rfc  'http://www.faqs.org/rfcs/'>
+<!ENTITY url.rfc974   'http://www.ietf.org/rfc/rfc0974.txt'>
 <!ENTITY url.rfc1010  'http://www.ietf.org/rfc/rfc1010.txt'>
 <!ENTITY url.rfc1896  'http://www.ietf.org/rfc/rfc1896.txt'>
 <!ENTITY url.rfc1950  'http://www.ietf.org/rfc/rfc1950.txt'>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to