hholzgra Fri Oct 25 18:01:59 2002 EDT
Modified files:
/phpdoc/en/reference/nis reference.xml
Log:
config updates
Index: phpdoc/en/reference/nis/reference.xml
diff -u phpdoc/en/reference/nis/reference.xml:1.3
phpdoc/en/reference/nis/reference.xml:1.4
--- phpdoc/en/reference/nis/reference.xml:1.3 Sun Jul 28 10:31:53 2002
+++ phpdoc/en/reference/nis/reference.xml Fri Oct 25 18:01:59 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<reference id="ref.nis">
<title>YP/NIS Functions</title>
<titleabbrev>YP/NIS</titleabbrev>
@@ -17,12 +17,20 @@
</para>
</section>
+ <section id="nis.requirements">
+ &reftitle.required;
+ <para>
+ None besides functions from standard Unix libraries which are
+ always available (either <filename>libc</filename> or
+ <filename>libnsl</filename>, configure will detect which one to use).
+ </para>
+ </section>
+
<section id="nis.installation">
&reftitle.install;
<para>
To get these functions to work, you have to configure PHP with
- <option role="configure">--with-yp</option>(PHP 3) or
- <option role="configure">--enable-yp</option>(PHP 4).
+ <option role="configure">--enable-yp</option>.
</para>
</section>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php