diff --git a/reference/ldap/configure.xml b/reference/ldap/configure.xml index 91ad1c9edc..df37f83099 100644 --- a/reference/ldap/configure.xml +++ b/reference/ldap/configure.xml @@ -1,12 +1,14 @@ - +
&reftitle.install; LDAP support in PHP is not enabled by default. You will need to use the 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 is + used, and that sasl.h exists on the system. Note to Win32 Users diff --git a/reference/ldap/functions/ldap-sasl-bind.xml b/reference/ldap/functions/ldap-sasl-bind.xml index b6f174cbfe..56d4552ee5 100755 --- a/reference/ldap/functions/ldap-sasl-bind.xml +++ b/reference/ldap/functions/ldap-sasl-bind.xml @@ -1,5 +1,5 @@ - + ldap_sasl_bind @@ -16,6 +16,16 @@ &warn.undocumented.func; + + Requirement + + ldap_sasl_bind requires SASL + support (sasl.h). Be sure + --with-ldap-sasl is used when configuring PHP + otherwise this function will be undefined. + + +