unread
Hi,
I sent two patch on php-ldap (bug #61853) to avoid use of deprecated
routines of libldap (ldap_search->ldap_search_ext,
ldap_add->ldap_add_ext, ...).
I used ldap_get_option to fetch LDAPControl as I've seen code that
workaround some php-ldap limitation with ldap_set_option, so it should
not broke existing code. Example :
http://moodle.org/mod/forum/discuss.php?d=28791
Regards,
Etienne.