From be474eafca448292a286a7d4defed01efa5ce71f Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 21 Apr 2009 12:26:33 +0000 Subject: [PATCH] MFB: 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 fae6dd0917..c87299641e 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -286,7 +286,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.50.1