diff --git a/reference/ldap/configure.xml b/reference/ldap/configure.xml index e70f62c19c..0fdaee47cc 100644 --- a/reference/ldap/configure.xml +++ b/reference/ldap/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -12,9 +12,12 @@ 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) + several files from the DLL folder of the PHP/Win32 binary package to the + SYSTEM folder of your windows machine. (Ex: C:\WINNT\SYSTEM32, + C:\WINDOWS\SYSTEM32 or c:\WINDOWS\SYSTEM). For PHP <= 4.2.0 copy + libsasl.dll, for PHP >= 4.3.0 copy + libeay32.dll and ssleay32.dll to + your SYSTEM folder.