[PHP-DOC] cvs: phpdoc /en/reference/network/functions getmxrr.xml

2004-08-18 Thread Philip Olson
philip  Wed Aug 18 15:32:57 2004 EDT

  Modified files:  
/phpdoc/en/reference/network/functions  getmxrr.xml 
  Log:
  Returns bool not int, closes bug #29743
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/network/functions/getmxrr.xml?r1=1.9r2=1.10ty=u
Index: phpdoc/en/reference/network/functions/getmxrr.xml
diff -u phpdoc/en/reference/network/functions/getmxrr.xml:1.9 
phpdoc/en/reference/network/functions/getmxrr.xml:1.10
--- phpdoc/en/reference/network/functions/getmxrr.xml:1.9   Tue Aug  3 11:51:10 
2004
+++ phpdoc/en/reference/network/functions/getmxrr.xml   Wed Aug 18 15:32:57 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
 !-- splitted from ./en/functions/network.xml, last change in rev 1.2 --
   refentry id=function.getmxrr
refnamediv
@@ -11,7 +11,7 @@
refsect1
 titleDescription/title
  methodsynopsis
-  typeint/typemethodnamegetmxrr/methodname
+  typebool/typemethodnamegetmxrr/methodname
   methodparamtypestring/typeparameterhostname/parameter/methodparam
   methodparamtypearray/typeparameteramp;mxhosts/parameter/methodparam
   methodparam 
choice=opttypearray/typeparameteramp;weight/parameter/methodparam


[PHP-DOC] cvs: phpdoc /en/reference/network/functions getmxrr.xml /entities global.ent

2003-03-02 Thread Sara Golemon
pollita Sun Mar  2 23:53:33 2003 EDT

  Modified files:  
/phpdoc/en/reference/network/functions  getmxrr.xml 
/phpdoc/entitiesglobal.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 @@
  parameterweight/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, parameterhostname/parameter
+   itself should be used as the only mail exchanger with a priority of
+   literal0/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



[PHP-DOC] cvs: phpdoc /en/reference/network/functions getmxrr.xml

2002-07-29 Thread Friedhelm Betz

betzMon Jul 29 04:44:40 2002 EDT

  Modified files:  
/phpdoc/en/reference/network/functions  getmxrr.xml 
  Log:
  note about windows added
  
  
Index: phpdoc/en/reference/network/functions/getmxrr.xml
diff -u phpdoc/en/reference/network/functions/getmxrr.xml:1.2 
phpdoc/en/reference/network/functions/getmxrr.xml:1.3
--- phpdoc/en/reference/network/functions/getmxrr.xml:1.2   Wed Apr 17 02:42:04 
2002
+++ phpdoc/en/reference/network/functions/getmxrr.xml   Mon Jul 29 04:44:40 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/network.xml, last change in rev 1.2 --
   refentry id=function.getmxrr
refnamediv
 -28,6 +28,7 
  parameterweight/parameter array is given, it will be filled
  with the weight information gathered.
 /simpara
+note.no-windows;
 simpara
  See also functioncheckdnsrr/function,
  functiongethostbyname/function,



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