mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Added ldap_sort() function
@- Added ldap_sort() function. (Stig Venaas)
This commit is contained in:
parent
6affe84ee7
commit
2ea46ef6cc
2 changed files with 33 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue