diff options
author | Stig Venaas <venaas@php.net> | 2000-10-17 16:06:04 +0000 |
---|---|---|
committer | Stig Venaas <venaas@php.net> | 2000-10-17 16:06:04 +0000 |
commit | ffbd2367e775a710a3b078ab15d0b424dc3f832d (patch) | |
tree | 1850e040bd2a1c6c7ac22e980495c94d53c34919 /ext/ldap/php_ldap.h | |
parent | 9e693657d942eeab5f997d919676a035dd564021 (diff) | |
download | php-git-ffbd2367e775a710a3b078ab15d0b424dc3f832d.tar.gz |
Added ldap_get_option() and ldap_set_option() functions
@- Added ldap_get_option() and ldap_set_option() functions (Stig Venaas)
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r-- | ext/ldap/php_ldap.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h index 0f18e277e4..a952a8f954 100644 --- a/ext/ldap/php_ldap.h +++ b/ext/ldap/php_ldap.h @@ -81,6 +81,11 @@ PHP_FUNCTION(ldap_error); PHP_FUNCTION(ldap_compare); +#if LDAP_API_VERSION > 2000 +PHP_FUNCTION(ldap_get_option); +PHP_FUNCTION(ldap_set_option); +#endif + #ifdef STR_TRANSLATION PHP_FUNCTION(ldap_t61_to_8859); PHP_FUNCTION(ldap_8859_to_t61); |