mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need more
testing.
This commit is contained in:
parent
ce4c65a60d
commit
088c7a6044
3 changed files with 111 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue