From 95f8148f1862196d7cc3eb186e44619da3f29cbb Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Fri, 13 Jul 2007 01:24:16 +0000 Subject: MFH:- Fixed bug #41127 (Memory leak in ldap_{first|next}_attribute functions) # This removes an useless parameter from 2 functions. Perhaps the next # release should be 5.3.0, there are lot of other new things done already. # Sneak in namespaces too.. ;) --- ext/ldap/php_ldap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/ldap/php_ldap.h') 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); -- cgit v1.2.1