[ci skip] Update the min curl version in the sync-constants.php script

PHP 8.0 bumped the min curl version to 7.29.0

Closes GH-7805.
This commit is contained in:
Christophe Coevoet 2021-12-21 12:58:31 +01:00 committed by Christoph M. Becker
parent c5f4ee50ab
commit 096a01c905
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

@ -12,7 +12,7 @@ const CURL_DOC_FILE = 'https://curl.haxx.se/libcurl/c/symbols-in-versions.html';
const SOURCE_FILE = __DIR__ . '/interface.c';
const MIN_SUPPORTED_CURL_VERSION = '7.15.5';
const MIN_SUPPORTED_CURL_VERSION = '7.29.0';
const IGNORED_CONSTANTS = [
'CURLOPT_PROGRESSDATA'