diff options
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); |