How to enable LDAP extension in XAMPP environment

2019-06-05 18:48发布

问题:

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...



标签: php ldap xampp