diff options
author | Sterling Hughes <sterling@php.net> | 2000-04-07 23:20:22 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-04-07 23:20:22 +0000 |
commit | cd3305a2d10740ff6d7c54e4fba62c05af12078d (patch) | |
tree | d27ac09beaa5383dd14b496f5819b970ca3b040e /ext/ldap/php_ldap.h | |
parent | a0ba44495980e76c4bdad7590bdbb02b7e3c257b (diff) | |
download | php-git-cd3305a2d10740ff6d7c54e4fba62c05af12078d.tar.gz |
@-Added ldap_get_values_len function from PHP3 to PHP4. (Sterling)
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r-- | ext/ldap/php_ldap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h index 45b5f45cb5..21afab7a4d 100644 --- a/ext/ldap/php_ldap.h +++ b/ext/ldap/php_ldap.h @@ -69,6 +69,7 @@ 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); |