Home > Backend Development > PHP Tutorial > 【100分求助】Win7 64位 PHP5.4.2 ldap模块无法加载

【100分求助】Win7 64位 PHP5.4.2 ldap模块无法加载

WBOY
Release: 2016-06-23 14:38:14
Original
952 people have browsed it

该模块无法加载。

我确认PHP扩展的路径是正确的,其它模块都能加载,就php_ldap.dll加载不了,这个dll在PHP扩展的文件夹下肯定存在,但是phpinfo后找不到这个模块。

Apache启动时的错误信息为:
PHP Warning:  PHP Startup:  in Unknown on line 0

求诸位前辈帮助解答,Thanks!


回复讨论(解决方案)

http://blog.csdn.net/hhccth/article/details/8224900,试试这个,看看是否是因为扩展还依赖其他dll的原因

;extension=php_ldap.dl 修改php.ini文件 将这一行前面的分号去掉

;extension=php_ldap.dl 修改php.ini文件 将这一行前面的分号去掉

Thanks,不过我确认我在php.ini中已经打开了这个扩展,问题应该不在这儿

http://blog.csdn.net/hhccth/article/details/8224900,试试这个,看看是否是因为扩展还依赖其他dll的原因

Thanks,这个我也试过,不过还是无法加载

谢谢各位 = = 我刚找到原因了,是LDAP的依赖项没有加载全,结贴了Thanks

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template