Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need more

testing.
This commit is contained in:
Stig Venaas 2001-11-29 20:26:20 +00:00
parent ce4c65a60d
commit 088c7a6044
3 changed files with 111 additions and 0 deletions

View file

@ -94,6 +94,10 @@ PHP_FUNCTION(ldap_rename);
PHP_FUNCTION(ldap_start_tls);
#endif
#ifdef HAVE_3ARG_SETREBINDPROC
PHP_FUNCTION(ldap_set_rebind_proc);
#endif
#ifdef STR_TRANSLATION
PHP_FUNCTION(ldap_t61_to_8859);
PHP_FUNCTION(ldap_8859_to_t61);