Reputation: 100
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?
Upvotes: 1
Views: 10209