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

index fae6dd09175de922eeced767262b18fdd3e6d02c..c87299641ebd77f778a68b078bc6a12327b6d208 100644 (file)
@@ -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)
 {