]> granicus.if.org Git - php/commitdiff
Adjusted prototype
authorIlia Alshanetsky <iliaa@php.net>
Tue, 21 Apr 2009 12:26:19 +0000 (12:26 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 21 Apr 2009 12:26:19 +0000 (12:26 +0000)
ext/ldap/ldap.c

index 8f1796c481cc783f402ecde0a648cd385f144fce..dc7a23860f3d37590604c1bbc1e18ac91e6b83cb 100644 (file)
@@ -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)
 {