diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2009-04-21 12:26:19 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2009-04-21 12:26:19 +0000 |
| commit | 4e856c44d03d92b88bcfa166e4e9c3990823371f (patch) | |
| tree | 262b540d0e3bce80603c9ae16b555cd41a38d366 /ext/ldap | |
| parent | 197a950b491e89c4c6572fa94db588317b6a3aa9 (diff) | |
| download | php-git-4e856c44d03d92b88bcfa166e4e9c3990823371f.tar.gz | |
Adjusted prototype
Diffstat (limited to 'ext/ldap')
| -rw-r--r-- | ext/ldap/ldap.c | 2 |
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) { |
