dll - LDAP extension not working in Php local server -


config ldap extension in xampp server.

i tried these things:-

  • uncomment ldap extension in php.ini (;extension=php_ldap.dll)

  • added 2 dll files libeay32.dll, ssleay32.dll in system 32 , system folders

but still ldap extension shown in phpinfo() list in xampp server.

how enable ldap extension ...???

you copy libsasl.dll system folders. references: http://wptidbits.com/webs/enable-php-ldap-module-in-xampp/


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -