]> granicus.if.org Git - php/commitdiff
Improve parameter naming in ldap_connect
authorMCMic <come@chilliet.eu>
Mon, 28 Sep 2020 12:19:43 +0000 (14:19 +0200)
committerCôme Chilliet <mcmic@php.net>
Tue, 29 Sep 2020 14:31:08 +0000 (16:31 +0200)
Co-authored-by: Nikita Popov <nikita.ppv@googlemail.com>
ext/ldap/ldap.stub.php

index dd5bcf3f289799cbc5bbd08489fa6ded7629db32..941ec5ba58e71fa476fddeef0a57ad0635aaf483 100644 (file)
@@ -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) {}