diff options
author | Jani Taskinen <jani@php.net> | 2007-07-13 01:24:16 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-07-13 01:24:16 +0000 |
commit | 95f8148f1862196d7cc3eb186e44619da3f29cbb (patch) | |
tree | 8e9a86e3fe0ae43ac94b3b44520a9f43626e3dca /ext/ldap/php_ldap.h | |
parent | 43bbbe889991b46fda4d921581ba96b2e1aaa681 (diff) | |
download | php-git-95f8148f1862196d7cc3eb186e44619da3f29cbb.tar.gz |
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.. ;)
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r-- | ext/ldap/php_ldap.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |