Skip to content

Commit 27c2f28

Browse files
committed
curl produces different results on my machine... adding it back manually
1 parent 483b042 commit 27c2f28

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

generated/curl.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3109,6 +3109,17 @@ function curl_multi_setopt(\CurlMultiHandle $multi_handle, int $option, $value):
31093109
*
31103110
*
31113111
*
3112+
* CURLOPT_XFERINFOFUNCTION
3113+
*
3114+
* A callback accepting two parameters.
3115+
* Has a similar purpose as CURLOPT_PROGRESSFUNCTION but is more modern
3116+
* and the preferred option from cURL.
3117+
*
3118+
*
3119+
* Added in 7.32.0. Available as of PHP 8.2.0.
3120+
*
3121+
*
3122+
*
31123123
*
31133124
*
31143125
*

0 commit comments

Comments
 (0)