Skip to content

Commit 1ebe706

Browse files
authored
Automatically regenerate the files
1 parent 2a8d758 commit 1ebe706

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

generated/curl.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1284,6 +1284,18 @@ function curl_multi_setopt(\CurlMultiHandle $multi_handle, int $option, $value):
12841284
*
12851285
*
12861286
*
1287+
* CURLOPT_SAFE_UPLOAD
1288+
*
1289+
* Always TRUE, what disables support for the @ prefix for
1290+
* uploading files in CURLOPT_POSTFIELDS, which
1291+
* means that values starting with @ can be safely
1292+
* passed as fields. CURLFile may be used for
1293+
* uploads instead.
1294+
*
1295+
*
1296+
*
1297+
*
1298+
*
12871299
* CURLOPT_SUPPRESS_CONNECT_HEADERS
12881300
*
12891301
* TRUE to suppress proxy CONNECT response headers from the user callback functions

0 commit comments

Comments
 (0)