Added ldap_sort() function

@- Added ldap_sort() function. (Stig Venaas)
This commit is contained in:
Stig Venaas 2001-11-21 20:14:17 +00:00
parent 6affe84ee7
commit 2ea46ef6cc
2 changed files with 33 additions and 0 deletions

View file

@ -78,6 +78,8 @@ PHP_FUNCTION(ldap_error);
PHP_FUNCTION(ldap_compare);
PHP_FUNCTION(ldap_sort);
#if ( LDAP_API_VERSION > 2000 ) || HAVE_NSLDAP
PHP_FUNCTION(ldap_get_option);
PHP_FUNCTION(ldap_set_option);