I am trying to create an LDAP interface using php, but ran into this weird problem. I installed the php-ldap package using yum on my base php install, but whenever I call ldap_connect (), it says the function is undefined. Seeing phpinfo (), I can verify that the ldap extension is indeed installed and enabled.
php centos openldap
mr_abbasi
source share