summaryrefslogtreecommitdiffstats
path: root/php-bartlett-php-compatinfo-db-curl.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-03 09:05:30 +0200
committerRemi Collet <remi@remirepo.net>2021-05-03 09:05:30 +0200
commit6f7d4a6c161334e0d779a61d020864bc2c059a0b (patch)
tree257583ce9da4fd86b50a50e72b71e4fe84467416 /php-bartlett-php-compatinfo-db-curl.patch
parent4f5aeaa392ffb6a41595f235ce499bcf8facd0e9 (diff)
update to 3.5.0
open https://github.com/llaville/php-compatinfo-db/issues/75 test failure add patch to add CURL_VERSION_ALTSVC in reference
Diffstat (limited to 'php-bartlett-php-compatinfo-db-curl.patch')
-rw-r--r--php-bartlett-php-compatinfo-db-curl.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/php-bartlett-php-compatinfo-db-curl.patch b/php-bartlett-php-compatinfo-db-curl.patch
new file mode 100644
index 0000000..e49aed0
--- /dev/null
+++ b/php-bartlett-php-compatinfo-db-curl.patch
@@ -0,0 +1,22 @@
+diff --git a/data/reference/extension/curl/73/constants.json b/data/reference/extension/curl/73/constants.json
+index cf75fed..3cbb886 100644
+--- a/data/reference/extension/curl/73/constants.json
++++ b/data/reference/extension/curl/73/constants.json
+@@ -598,5 +598,16 @@
+ "constraint": "~7.64.0"
+ }
+ ]
++ },
++ {
++ "name": "CURL_VERSION_ALTSVC",
++ "ext_min": "7.3.6RC1",
++ "php_min": "7.3.6RC1",
++ "dependencies": [
++ {
++ "name": "libcurl",
++ "constraint": "~7.64.1"
++ }
++ ]
+ }
+ ]
+