plu*_*uke 3 windows apache-http-server php ldap
我在 Windows 7 64 位机器上安装了带有 php 5.4 的 apache。当我重新启动 Apache 时,我得到以下信息:
PHP Startup: Unable to load dynamic library
'c:/PHP54/ext\\php_ldap.dll' - %1 is not a valid Win32 application
Run Code Online (Sandbox Code Playgroud)
该文件存在但 LDAP 不起作用,知道我做错了什么吗?php.ini 有以下设置
[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
Run Code Online (Sandbox Code Playgroud)