From 69a76e3a55cd26000adc043e00f864098db3b040 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Tue, 24 Jun 2003 11:00:02 +0000 Subject: [PATCH] dll requirements update git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133128 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ldap/configure.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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.