From 3cfb7baa1c10425cb2b215c8378403b63de8f021 Mon Sep 17 00:00:00 2001 From: Kharhamel Date: Fri, 29 Jul 2022 03:42:01 +0000 Subject: [PATCH] Automatically regenerate the files --- generated/curl.php | 3 ++- generated/ldap.php | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/generated/curl.php b/generated/curl.php index 3c89871c..469f81df 100644 --- a/generated/curl.php +++ b/generated/curl.php @@ -2421,7 +2421,8 @@ function curl_multi_setopt(\CurlMultiHandle $multi_handle, int $option, $value): * The proxy authentication service name. * * - * Added in cURL 7.34.0. Available since PHP 7.0.7. + * Added in cURL 7.43.0 for HTTP proxies, and in cURL 7.49.0 for SOCKS5 proxies. + * Available since PHP 7.0.7. * * * diff --git a/generated/ldap.php b/generated/ldap.php index 0bfaaaf2..f6ba0f2f 100644 --- a/generated/ldap.php +++ b/generated/ldap.php @@ -1044,7 +1044,9 @@ function ldap_sasl_bind($ldap, string $dn = null, string $password = null, strin /** * Sets the value of the specified option to be value. * - * @param resource|null $ldap An LDAP\Connection instance, returned by ldap_connect. + * @param resource|null $ldap Either an LDAP\Connection instance, returned by + * ldap_connect, to set the option for that connection, + * or NULL to set the option globally. * @param int $option The parameter option can be one of: * *