diff options
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 5651321d83..bfe73edf94 100644 --- a/ext/ldap/php_ldap.h +++ b/ext/ldap/php_ldap.h @@ -84,6 +84,10 @@ PHP_FUNCTION(ldap_compare); #if ( LDAP_API_VERSION > 2000 ) || HAVE_NSLDAP PHP_FUNCTION(ldap_get_option); PHP_FUNCTION(ldap_set_option); +PHP_FUNCTION(ldap_parse_result); +PHP_FUNCTION(ldap_first_reference); +PHP_FUNCTION(ldap_next_reference); +PHP_FUNCTION(ldap_parse_reference); #endif #ifdef STR_TRANSLATION |