From bdfccd74fc5d0fee9b10dc5eed368d7c5317485f Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 21 Dec 2021 12:58:31 +0100 Subject: [PATCH] Update the min curl version in the sync-constants.php script PHP 8.0 bumped the min curl version to 7.29.0 --- ext/curl/sync-constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/curl/sync-constants.php b/ext/curl/sync-constants.php index 2db773d5f80a1..035dbcf6a237d 100755 --- a/ext/curl/sync-constants.php +++ b/ext/curl/sync-constants.php @@ -12,7 +12,7 @@ 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'