How to enable LDAP extension in XAMPP environment

断了今生、忘了曾经 提交于 2019-12-08 07:06:50

问题


I am trying to enable the LDAP extension in my XAMPP server.

I've tried the following:

  • Uncomment the LDAP extension in php.ini

  • Added two DLL files: libeay32.dll and ssleay32.dll in System32 folder

But LDAP extension is still not in my phpinfo() list.

How do I enable LDAP?


回答1:


Add correct versions and restart the system it will working...



来源:https://stackoverflow.com/questions/30932146/how-to-enable-ldap-extension-in-xampp-environment

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!