mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Improve parameter naming in ldap_connect
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
This commit is contained in:
parent
febd33cf7e
commit
27fe37e394
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#ifdef HAVE_ORALDAP
|
||||
/** @return resource|false */
|
||||
function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, string $wallet_passwd = UNKNOWN, int $authmode = GSLC_SSL_NO_AUTH) {}
|
||||
function ldap_connect(?string $uri = null, int $port = 389, string $wallet = UNKNOWN, string $password = UNKNOWN, int $auth_mode = GSLC_SSL_NO_AUTH) {}
|
||||
#else
|
||||
/** @return resource|false */
|
||||
function ldap_connect(?string $uri = null, int $port = 389) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue