From 4e856c44d03d92b88bcfa166e4e9c3990823371f Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 21 Apr 2009 12:26:19 +0000 Subject: [PATCH] Adjusted prototype --- ext/ldap/ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 8f1796c481..dc7a23860f 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -275,7 +275,7 @@ PHP_MINFO_FUNCTION(ldap) } /* }}} */ -/* {{{ proto resource ldap_connect([string host [, int port]]) +/* {{{ proto resource ldap_connect([string host [, int port [, string wallet [, string wallet_passwd [, int authmode]]]]]) Connect to an LDAP server */ PHP_FUNCTION(ldap_connect) { -- 2.40.0