Wednesday, February 1, 2023

php 8 using ldap connectivity configuring php.ini and apache2.4

Got an error that ldap_connect is not a recognize function to use with apache 2.4, php 8 on windows


Here is a solution:

1.

Enable extension=ldap in the php.ini


2.

Copy .dll files from the php installation directory into the apache/bin installation directory


Please note, ldap_sort function was deprecated

No comments:

Post a Comment