PHP 5.3.5 Windows installer missing php_ldap.dll

Posted by nmjk on Server Fault See other posts from Server Fault or by nmjk
Published on 2011-01-18T02:22:05Z Indexed on 2012/06/27 3:18 UTC
Read the original article Hit count: 436

Filed under:
|
|
|

I'm working with Windows Server 2008, Apache 2.2. I'm using php-5.3.5-Win32-VC6-x86.msi as the installer, using the threadsafe version. I've gone through the install process four or five times just to make sure that I'm not missing anything ridiculous, but I don't think I am.

The problem is that the php_ldap.dll extension simply doesn't seem to exist. It's not present in the installer interface (where the user is asked to choose which extensions to install), and it definitely doesn't appear in the ext/ directory after install.

I found a lot of mentions of this issue for 5.3.3, including links to download the extension individually. Those links no longer exist, of course, and besides: they were for 5.3.3. I'd really rather use an extension that belongs with PHP 5.3.5.

Anyone else encounter this problem? Any ideas as to what's going wrong? Anyone seen acknowledgement by the PHP folks that the file is indeed missing, and that it's an oversight?

It's quite a frustration because the server I'm building has no purpose if I don't have PHP LDAP support.

Cheers all, and thanks in advance for your assistance.

© Server Fault or respective owner

Related posts about Windows

Related posts about apache2