pollita Thu Jan 2 13:42:53 2003 EDT
Modified files:
/phpdoc/entities global.ent
/phpdoc/en/reference/network/functions dns-get-record.xml
getmxrr.xml checkdnsrr.xml
Log:
Added reference to PEAR Net_DNS class for windows support of equivalent
functionality (not otherwise available due to
lack of support in windows resolver library)
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.71 phpdoc/entities/global.ent:1.72
--- phpdoc/entities/global.ent:1.71 Tue Dec 31 15:54:11 2002
+++ phpdoc/entities/global.ent Thu Jan 2 13:42:52 2003
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.71 2002/12/31 20:54:11 philip Exp $
+ $Id: global.ent,v 1.72 2003/01/02 18:42:52 pollita Exp $
Contains global "macros" for all the XML documents.
@@ -148,6 +148,7 @@
<!ENTITY url.pcre "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/">
<!ENTITY url.pdf "http://www.pdflib.com/pdflib/index.html">
<!ENTITY url.pdflib.merz "http://www.pdflib.com/corporate/tm.html">
+<!ENTITY url.pear.net-dns "http://pear.php.net/Net_DNS">
<!ENTITY url.pfpro "http://www.verisign.com/products/payflow/pro/index.html">
<!ENTITY url.pfpro.download "https://manager.verisign.com/">
<!ENTITY url.pgsql "http://www.postgresql.org/">
Index: phpdoc/en/reference/network/functions/dns-get-record.xml
diff -u phpdoc/en/reference/network/functions/dns-get-record.xml:1.8
phpdoc/en/reference/network/functions/dns-get-record.xml:1.9
--- phpdoc/en/reference/network/functions/dns-get-record.xml:1.8 Tue Dec 10
02:12:46 2002
+++ phpdoc/en/reference/network/functions/dns-get-record.xml Thu Jan 2 13:42:52
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.dns-get-record">
<refnamediv>
<refname>dns_get_record</refname>
@@ -19,7 +19,9 @@
<para>
<note>
<simpara>
- This function is not implemented on Windows platforms.
+ This function is not implemented on Windows platforms. Try the
+ <ulink url="&url.php.pear;">PEAR</ulink> class
+ <ulink url="&url.pear.net-dns;">Net_DNS</ulink>.
</simpara>
</note>
</para>
Index: phpdoc/en/reference/network/functions/getmxrr.xml
diff -u phpdoc/en/reference/network/functions/getmxrr.xml:1.3
phpdoc/en/reference/network/functions/getmxrr.xml:1.4
--- phpdoc/en/reference/network/functions/getmxrr.xml:1.3 Mon Jul 29 04:44:40
2002
+++ phpdoc/en/reference/network/functions/getmxrr.xml Thu Jan 2 13:42:52 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
<refentry id="function.getmxrr">
<refnamediv>
@@ -28,7 +28,15 @@
<parameter>weight</parameter> array is given, it will be filled
with the weight information gathered.
</simpara>
- ¬e.no-windows;
+ <para>
+ <note>
+ <simpara>
+ This function is not implemented on Windows platforms. Try the
+ <ulink url="&url.php.pear;">PEAR</ulink> class
+ <ulink url="&url.pear.net-dns;">Net_DNS</ulink>.
+ </simpara>
+ </note>
+ </para>
<simpara>
See also <function>checkdnsrr</function>,
<function>gethostbyname</function>,
Index: phpdoc/en/reference/network/functions/checkdnsrr.xml
diff -u phpdoc/en/reference/network/functions/checkdnsrr.xml:1.3
phpdoc/en/reference/network/functions/checkdnsrr.xml:1.4
--- phpdoc/en/reference/network/functions/checkdnsrr.xml:1.3 Sun Dec 8 03:51:55
2002
+++ phpdoc/en/reference/network/functions/checkdnsrr.xml Thu Jan 2 13:42:52
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/network.xml, last change in rev 1.2 -->
<refentry id="function.checkdnsrr">
<refnamediv>
@@ -37,7 +37,15 @@
</simpara>
</note>
</para>
- ¬e.no-windows;
+ <para>
+ <note>
+ <simpara>
+ This function is not implemented on Windows platforms. Try the
+ <ulink url="&url.php.pear;">PEAR</ulink> class
+ <ulink url="&url.pear.net-dns;">Net_DNS</ulink>.
+ </simpara>
+ </note>
+ </para>
<simpara>
See also <function>getmxrr</function>,
<function>gethostbyaddr</function>,
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php