Apache php_ldap.dll error
- by pluke
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