From 86d01a85f162f46dda3e8dd013631f026f0ce72e Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 25 Nov 2002 02:15:14 +0000 Subject: [PATCH] Added note for Win32 users. "Must copy libsasl.dll" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105613 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/reference.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/reference/ldap/reference.xml b/reference/ldap/reference.xml index b91719cd00..868db7ec3e 100644 --- a/reference/ldap/reference.xml +++ b/reference/ldap/reference.xml @@ -1,5 +1,5 @@ - + LDAP functions LDAP @@ -108,6 +108,15 @@ use the --with-ldap configuration option when compiling PHP to enable LDAP support. + + Note to Win32 Users + + In order to enable this module on a Windows environment, you must copy + libsasl.dll from the DLL folder of the PHP/Win32 binary + package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 + or C:\WINDOWS\SYSTEM32) + + &reference.ldap.ini;