summaryrefslogtreecommitdiffstats
path: root/php-7.0.7-curl.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-04-09 14:38:58 +0200
committerRemi Collet <remi@remirepo.net>2020-04-09 14:38:58 +0200
commit615a5edd3272c380b5c911b459794d82e4857c96 (patch)
tree7f2821324c717f9ce0a1d2a8c48a5f0ee68e857b /php-7.0.7-curl.patch
duplicate 7.4 stuff
Diffstat (limited to 'php-7.0.7-curl.patch')
-rw-r--r--php-7.0.7-curl.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/php-7.0.7-curl.patch b/php-7.0.7-curl.patch
new file mode 100644
index 0000000..218db98
--- /dev/null
+++ b/php-7.0.7-curl.patch
@@ -0,0 +1,15 @@
+diff -up php-7.0.7RC1/ext/curl/interface.c.curltls php-7.0.7RC1/ext/curl/interface.c
+--- php-7.0.7RC1/ext/curl/interface.c.curltls 2016-05-10 17:28:33.000000000 +0200
++++ php-7.0.7RC1/ext/curl/interface.c 2016-05-12 07:43:00.900419946 +0200
+@@ -1257,7 +1257,11 @@ PHP_MINIT_FUNCTION(curl)
+
+ #if LIBCURL_VERSION_NUM >= 0x072200 /* Available since 7.34.0 */
+ REGISTER_CURL_CONSTANT(CURLOPT_LOGIN_OPTIONS);
++#endif
+
++#if LIBCURL_VERSION_NUM >= 0x071300 /* Available since 7.19.0 (in upstream curl 7.34)
++ backported in RHEL-7 curl-7.29.0-16.el7 rhbz#1012136
++ backported in RHEL-6 curl-7.19.7-43.el6 rhbz#1036789 */
+ REGISTER_CURL_CONSTANT(CURL_SSLVERSION_TLSv1_0);
+ REGISTER_CURL_CONSTANT(CURL_SSLVERSION_TLSv1_1);
+ REGISTER_CURL_CONSTANT(CURL_SSLVERSION_TLSv1_2);