philip          Wed Jan 19 15:09:09 2005 EDT

  Modified files:              
    /phpdoc/en/reference/ldap/functions ldap-sasl-bind.xml 
    /phpdoc/en/reference/ldap   configure.xml 
  Log:
  Document SASL support
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml
diff -u phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml:1.1 
phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml:1.2
--- phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml:1.1   Mon May 17 
11:35:22 2004
+++ phpdoc/en/reference/ldap/functions/ldap-sasl-bind.xml       Wed Jan 19 
15:09:09 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.ldap-sasl-bind">
    <refnamediv>
     <refname>ldap_sasl_bind</refname>
@@ -16,6 +16,16 @@
 
     &warn.undocumented.func;
 
+    <note>
+     <title>Requirement</title>
+     <simpara>
+      <function>ldap_sasl_bind</function> requires <acronym>SASL</acronym>
+      support (<filename>sasl.h</filename>). Be sure 
+      <literal>--with-ldap-sasl</literal> is used when configuring PHP 
+      otherwise this function will be undefined.
+     </simpara>
+    </note>
+
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/ldap/configure.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/ldap/configure.xml
diff -u phpdoc/en/reference/ldap/configure.xml:1.6 
phpdoc/en/reference/ldap/configure.xml:1.7
--- phpdoc/en/reference/ldap/configure.xml:1.6  Wed Dec 31 10:25:20 2003
+++ phpdoc/en/reference/ldap/configure.xml      Wed Jan 19 15:09:09 2005
@@ -1,12 +1,14 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <section id="ldap.installation">
  &reftitle.install;
  <para>
   LDAP support in PHP is not enabled by default. You will need to
   use the <option role="configure">--with-ldap[=DIR]</option>
   configuration option when compiling PHP to enable LDAP support.
-  DIR is the LDAP base install directory.
+  DIR is the LDAP base install directory. To enable SASL support,
+  be sure <option role="configure">--with-ldap-sasl[=DIR]</option> is
+  used, and that <filename>sasl.h</filename> exists on the system.
  </para>
  <note>
   <title>Note to Win32 Users</title>

Reply via email to