1. Open the php.ini file, find “;extension=php_ldap.dl”, remove the subsection, save it, and restart the Apache service.
2. Open the phpinfo() test screen and view the following screen, which means that the ldap extension method of php is successfully enabled.
http://www.bkjia.com/PHPjc/364460.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/364460.htmlTechArticle1. Open the php.ini file and find;extension=php_ldap.dl, remove the points, save, and restart the Apache service. 2. Open the phpinfo() test screen and view the following screen, that is, the ldap extension method of PHP is successfully enabled. ...