[GIT-PULLS] [php-src] PR #22842: Set curl post size using CURLOPT_POSTFIELDSIZE_LARGE
[email protected] (Sjord) Tue, 21 Jul 2026 09:05:31 +0000
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <[email protected]> |
Pull Request: https://github.com/php/php-src/pull/22842 Author: Sjord This is a 64-bit number on all platforms. This improves support of posting files larger than 2GB. - https://curl.se/libcurl/c/CURLOPT_POSTFIELDSIZE.html - https://curl.se/libcurl/c/CURLOPT_POSTFIELDSIZE_LARGE.html