Hi,
I have two pending patches for the module php-ldap with no reply (for 5
months). Those patches are quite useful and it would be nice to have
them merged or, at least, commented :
[https://bugs.php.net/bug.php?id=61853] remove use of libldap deprecated
functions
[https://bugs.php.net/bu
Hi
I provide a patch (bug #61921) that modify ldap_parse_result and
ldap_set_option to return and accept ASN.1-like array for server/client
controls.
This patch decodes ber value according to API defined in
http://tools.ietf.org/html/draft-ietf-ldapext-ldap-c-api-05.txt
It should not break ex
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