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
andssleay32.dll
in System32 folder
But LDAP extension is still not in my phpinfo()
list.
How do I enable LDAP?