Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically regenerate the files #373

Merged
merged 1 commit into from Jul 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion generated/curl.php
Expand Up @@ -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.
*
*
*
Expand Down
4 changes: 3 additions & 1 deletion generated/ldap.php
Expand Up @@ -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:
*
*
Expand Down