summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-09 14:14:03 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-09 14:14:03 +0100
commitbaef22a1c98c080e09a2289f3271de472dd7e950 (patch)
treef939295e44cf9d496a8543b62fbd7052d5413d75
parent48ae0a6c4bb8e255e8269a5ebe0d77a3bbffb27e (diff)
php-pecl-http: 2.5.6
-rw-r--r--REFLECTION5
-rw-r--r--php-pecl-http.spec7
2 files changed, 8 insertions, 4 deletions
diff --git a/REFLECTION b/REFLECTION
index f7f0770..905830e 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #190 http version 2.5.5 ] {
+Extension [ <persistent> extension #197 http version 2.5.6 ] {
- Dependencies {
Dependency [ raphf (Required) ]
@@ -14,7 +14,7 @@ Extension [ <persistent> extension #190 http version 2.5.5 ] {
}
}
- - Constants [30] {
+ - Constants [31] {
Constant [ integer http\Client\Curl\HTTP_VERSION_1_0 ] { 1 }
Constant [ integer http\Client\Curl\HTTP_VERSION_1_1 ] { 2 }
Constant [ integer http\Client\Curl\HTTP_VERSION_2_0 ] { 3 }
@@ -34,6 +34,7 @@ Extension [ <persistent> extension #190 http version 2.5.5 ] {
Constant [ integer http\Client\Curl\AUTH_DIGEST_IE ] { 16 }
Constant [ integer http\Client\Curl\AUTH_NTLM ] { 8 }
Constant [ integer http\Client\Curl\AUTH_GSSNEG ] { 4 }
+ Constant [ integer http\Client\Curl\AUTH_SPNEGO ] { 4 }
Constant [ integer http\Client\Curl\AUTH_ANY ] { -17 }
Constant [ integer http\Client\Curl\PROXY_SOCKS4 ] { 4 }
Constant [ integer http\Client\Curl\PROXY_SOCKS4A ] { 5 }
diff --git a/php-pecl-http.spec b/php-pecl-http.spec
index 2b61d17..a6523cb 100644
--- a/php-pecl-http.spec
+++ b/php-pecl-http.spec
@@ -40,8 +40,8 @@
#global prever RC1
Name: %{?sub_prefix}php-pecl-http
-Version: 2.5.5
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 2.5.6
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Summary: Extended HTTP support
License: BSD
@@ -362,6 +362,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Mar 9 2016 Remi Collet <remi@fedoraproject.org> - 2.5.6-1
+- Update to 2.5.6 (php 5, stable)
+
* Tue Mar 8 2016 Remi Collet <remi@fedoraproject.org> - 2.5.5-2
- adapt for F24