diff options
author | foobar <sniper@php.net> | 2003-06-13 13:30:46 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2003-06-13 13:30:46 +0000 |
commit | bb37952bc231f7495eda3ff5c972a9d60ff9cb21 (patch) | |
tree | f653633faf9d854e6991e7b18546f78e2608d577 /ext/ldap/php_ldap.h | |
parent | f25ff93cc6701e69ee98f7d0dcd5466f7b04b456 (diff) | |
download | php-git-bb37952bc231f7495eda3ff5c972a9d60ff9cb21.tar.gz |
Fixed the SASL config check.
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r-- | ext/ldap/php_ldap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h index 4c622ed403..211a63f70c 100644 --- a/ext/ldap/php_ldap.h +++ b/ext/ldap/php_ldap.h @@ -38,7 +38,7 @@ PHP_MINFO_FUNCTION(ldap); PHP_FUNCTION(ldap_connect); PHP_FUNCTION(ldap_bind); -#ifdef HAVE_LDAP_SASL_INTERACTIVE_BIND_S +#ifdef HAVE_LDAP_SASL PHP_FUNCTION(ldap_sasl_bind); #endif PHP_FUNCTION(ldap_unbind); |