From: Ilia Alshanetsky Date: Tue, 21 Apr 2009 12:26:33 +0000 (+0000) Subject: MFB: Adjusted prototype X-Git-Tag: php-5.4.0alpha1~191^2~3887 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be474eafca448292a286a7d4defed01efa5ce71f;p=php MFB: Adjusted prototype --- 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) {