diff options
| -rw-r--r-- | REFLECTION | 5 | ||||
| -rw-r--r-- | php-pecl-http.spec | 7 | 
2 files changed, 8 insertions, 4 deletions
@@ -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  | 
