From: Ilia Alshanetsky Date: Tue, 21 Apr 2009 12:26:19 +0000 (+0000) Subject: Adjusted prototype X-Git-Tag: php-5.3.0RC2~133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4e856c44d03d92b88bcfa166e4e9c3990823371f;p=php Adjusted prototype --- 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) {