Skip to content

Commit

Permalink
Automatically regenerate the files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kharhamel committed Jul 29, 2022
1 parent d765946 commit 3cfb7ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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

0 comments on commit 3cfb7ba

Please sign in to comment.