diff options
author | Stig Venaas <venaas@php.net> | 2001-11-29 20:26:20 +0000 |
---|---|---|
committer | Stig Venaas <venaas@php.net> | 2001-11-29 20:26:20 +0000 |
commit | 088c7a6044703269f21edcbf1a329bc727a70d6c (patch) | |
tree | 1e4b331d9f24692b85c644acecbf55f0ec736cb3 /ext/ldap/php_ldap.h | |
parent | ce4c65a60dfefe686b7a1db54bd80c38da395006 (diff) | |
download | php-git-088c7a6044703269f21edcbf1a329bc727a70d6c.tar.gz |
Adding ldap_set_rebind_proc() for APIs with V3 3 arg variant, need more
testing.
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r-- | ext/ldap/php_ldap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h index 1f3d5191c2..703ccf8ce4 100644 --- a/ext/ldap/php_ldap.h +++ b/ext/ldap/php_ldap.h @@ -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); |