Hi, Sorry I don't have much experience with IIS/PHP however I found this post which hopefully help.
Pulled from:
http://www.experts-exchange.com/Web/..._21043386.html Quote:
I think for windows you dont have to recompile.
From this page: http://ca3.php.net/ldap
Comment from a PHP user:
On win2k follow these easy steps to get ldap to work:
1. copy php_ldap.dll from the extension folder to winnt/system32
2. edit winnt/php.ini so that ldap is enabled (uncomment the line).
3. restart IIS.
According to PHP Manual:
Win32 Users: In order to enable this module on a Windows environment, you must copy several files from the DLL folder of the PHP/Win32 binary package to the SYSTEM folder of your windows machine. (Ex: C:\WINNT\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
Another Comment:
For IIS+PHP+NTFS file system user
After copied <php_dir>/dlls/*.dll to <windows>/systems32/ remember to add read and exexcute premission to "everyone" and the extensions *.dll. this can prevent warning of Access is denied of php_ldap.dll
|
Best of luck!