From: Jani Taskinen Date: Fri, 13 Jul 2007 01:22:43 +0000 (+0000) Subject: - Removed non-existing function entry X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=35d2e03ec9d129dada1a78f538504eb3f8886569;p=php - Removed non-existing function entry --- diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h index d39708d976..780e4ed373 100644 --- a/ext/ldap/php_ldap.h +++ b/ext/ldap/php_ldap.h @@ -55,7 +55,6 @@ PHP_FUNCTION(ldap_next_attribute); PHP_FUNCTION(ldap_get_attributes); PHP_FUNCTION(ldap_get_values); PHP_FUNCTION(ldap_get_values_len); -PHP_FUNCTION(ber_free); PHP_FUNCTION(ldap_get_dn); PHP_FUNCTION(ldap_explode_dn); PHP_FUNCTION(ldap_dn2ufn);