Memo---window PHP open LDAP extension

Source: Internet
Author: User
Tags ldap

Restart the service after opening the LDAP extension in php.ini, phpinfo (), no LDAP
Apache_error.log tip: PHP startup:unable to load Dynamic Library ' D:/myphp/php-5.3/ext/php_ldap.dll '-%1 is not a valid WIN32 application.
Check out the PHP manual for LXXV. LDAP functions Introduction, see there are two dependent libraries Libeay32.dll and Ssleay32.dll need to put into the environment variable path,

Reboot Apache still error: Fatal error:call to undefined function ldap_connect ()
The following actions are performed to modify the Apache configuration file, forcing the two extensions to load:


LoadFile "D:/myphp/php-5.3/ext/ssleay32.dll"
LoadFile "D:/myphp/php-5.3/ext/libeay32.dll"

Open the Apache configuration file and add the following two lines before the PHP module is loaded:

Memo---window PHP open LDAP extension

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.