]> granicus.if.org Git - php/commitdiff
Fix bug #2025
authorAndrey Hristov <andrey@php.net>
Fri, 20 Aug 1999 13:03:22 +0000 (13:03 +0000)
committerAndrey Hristov <andrey@php.net>
Fri, 20 Aug 1999 13:03:22 +0000 (13:03 +0000)
ext/ldap/ldap.c

index f3d8db5af1f989c5c80273b6e98c99845e1f2673..86d7dfa8f2d503d2e75bd57dfdf69e04eaf3299d 100644 (file)
@@ -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)