summaryrefslogtreecommitdiff
path: root/ext/ldap/ldap.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-04-21 12:26:19 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-04-21 12:26:19 +0000
commit4e856c44d03d92b88bcfa166e4e9c3990823371f (patch)
tree262b540d0e3bce80603c9ae16b555cd41a38d366 /ext/ldap/ldap.c
parent197a950b491e89c4c6572fa94db588317b6a3aa9 (diff)
downloadphp-git-4e856c44d03d92b88bcfa166e4e9c3990823371f.tar.gz
Adjusted prototype
Diffstat (limited to 'ext/ldap/ldap.c')
-rw-r--r--ext/ldap/ldap.c2
1 files changed, 1 insertions, 1 deletions
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)
{