mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix bug #2025
This commit is contained in:
parent
17f132f9ee
commit
01ed90ccef
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ldap_module php3_ldap_module;
|
|||
|
||||
function_entry ldap_functions[] = {
|
||||
PHP_FE(ldap_connect, NULL)
|
||||
PHP_FE(ldap_close, NULL)
|
||||
PHP_FALIAS(ldap_close, ldap_unbind, NULL)
|
||||
PHP_FE(ldap_bind, NULL)
|
||||
PHP_FE(ldap_unbind, NULL)
|
||||
PHP_FE(ldap_read, NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue