diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index fae6dd09175..c87299641eb 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) {