diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-10 11:48:03 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-10 11:48:03 +0200 |
commit | 9995b53c6dd2941a4c0e2da1c1f24670d49a05fb (patch) | |
tree | 11bbf25a6651d021b1e4f33316b51ce15ef65591 /0029-fix-reference-curl-wrappers-enabled.patch | |
parent | 3f12cd621593faa3da769d5b6967da8893c59f6c (diff) |
php-bartlett-PHP-CompatInfo: 2.16.0
Diffstat (limited to '0029-fix-reference-curl-wrappers-enabled.patch')
-rw-r--r-- | 0029-fix-reference-curl-wrappers-enabled.patch | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/0029-fix-reference-curl-wrappers-enabled.patch b/0029-fix-reference-curl-wrappers-enabled.patch deleted file mode 100644 index def5a3b..0000000 --- a/0029-fix-reference-curl-wrappers-enabled.patch +++ /dev/null @@ -1,49 +0,0 @@ -From 2b72e131738149824ae06904ea7a1505ceb72da8 Mon Sep 17 00:00:00 2001 -From: Remi Collet <fedora@famillecollet.com> -Date: Thu, 4 Apr 2013 11:17:07 +0200 -Subject: [PATCH] fix curl ref for php 5.4.15 (CURL_WRAPPERS_ENABLE) - ---- - PHP/CompatInfo/Reference/curl.php | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/PHP/CompatInfo/Reference/curl.php b/PHP/CompatInfo/Reference/curl.php -index 507bea0..a5f6488 100644 ---- a/PHP/CompatInfo/Reference/curl.php -+++ b/PHP/CompatInfo/Reference/curl.php -@@ -172,6 +172,7 @@ public function getConstants($extension = null, $version = null, $condition = nu - 'CURL_VERSION_KERBEROS4' => array('4.0.2', ''), - 'CURL_VERSION_LIBZ' => array('4.0.2', ''), - 'CURL_VERSION_SSL' => array('4.0.2', ''), -+ 'CURL_WRAPPERS_ENABLE' => array('5.4.15', ''), - 'CURL_WRITEFUNC_PAUSE' => array('5.5.0-dev', ''), - - 'CURLAUTH_ANY' => array('4.0.2', ''), --- -1.8.1.5 - -From 519b2819557c82a7b34825a71e9c72359fe1d5e7 Mon Sep 17 00:00:00 2001 -From: Remi Collet <fedora@famillecollet.com> -Date: Sat, 6 Apr 2013 07:00:29 +0200 -Subject: [PATCH] fix curl ref for php 5.4.15 (CURL_WRAPPERS_ENABLED) - ---- - PHP/CompatInfo/Reference/curl.php | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/PHP/CompatInfo/Reference/curl.php b/PHP/CompatInfo/Reference/curl.php -index a5f6488..879208f 100644 ---- a/PHP/CompatInfo/Reference/curl.php -+++ b/PHP/CompatInfo/Reference/curl.php -@@ -172,7 +172,7 @@ public function getConstants($extension = null, $version = null, $condition = nu - 'CURL_VERSION_KERBEROS4' => array('4.0.2', ''), - 'CURL_VERSION_LIBZ' => array('4.0.2', ''), - 'CURL_VERSION_SSL' => array('4.0.2', ''), -- 'CURL_WRAPPERS_ENABLE' => array('5.4.15', ''), -+ 'CURL_WRAPPERS_ENABLED' => array('5.4.15', ''), - 'CURL_WRITEFUNC_PAUSE' => array('5.5.0-dev', ''), - - 'CURLAUTH_ANY' => array('4.0.2', ''), --- -1.8.1.5 - |