Skip to content

Commit d37c496

Browse files
committed
[ci skip] Merge branch 'PHP-8.0' into PHP-8.1
* PHP-8.0: [ci skip] Update the min curl version in the sync-constants.php script
2 parents ccd7d41 + 096a01c commit d37c496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/curl/sync-constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
const SOURCE_FILE = __DIR__ . '/interface.c';
1414

15-
const MIN_SUPPORTED_CURL_VERSION = '7.15.5';
15+
const MIN_SUPPORTED_CURL_VERSION = '7.29.0';
1616

1717
const IGNORED_CONSTANTS = [
1818
'CURLOPT_PROGRESSDATA'

0 commit comments

Comments
 (0)