Enable LDAP on Xampp Windows
问题 I want to enable LDAP module on my XAMPP Windows 10, here's the few solutions that I've tried : Copy dll files to System and System32 and uncomment extension=php_ldap.dll in php.ini, both development and production. Copy libsasl.dll to xampp/apache/bin None of these working, when I opened phpinfo() there is no ldap info showing, which means the ldap hasn't been able to installed. I also added PHP in Windows Path with no success, but either my approach is wrong or that wasn't a solution. Any