Apache php_ldap.dll error

Posted by pluke on Super User See other posts from Super User or by pluke
Published on 2013-03-08T09:10:50Z Indexed on 2014/06/13 9:31 UTC
Read the original article Hit count: 197

Filed under:
|
|
|

I have apache with php 5.4 installed on a Windows 7 64bit machine. When I restart Apache I get the following:

PHP Startup: Unable to load dynamic library 
'c:/PHP54/ext\\php_ldap.dll' - %1 is not a valid Win32 application

The file is present but LDAP doesn't work, any idea what I am doing wrong? php.ini has the following settings

[ldap]
; Sets the maximum number of open links or -1 for unlimited.
ldap.max_links = -1

;extension=php_interbase.dll
extension=php_ldap.dll
extension=php_mbstring.dll

© Super User or respective owner

Related posts about php

Related posts about Windows