So i'm currently migrating from php5 to php7, the problem is that the new php7 version (entreprise version) wasn't compiled using the --with-ldap[=DIR] option. Unfortunetly, i can only use this version.
Does anyone know if you can add the path to the LDAP directory to the PHP configuration after the compilation ?
I'd like to add that i am using PHP through Apache (if it's any help)