diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-http.spec | 5 |
3 files changed, 6 insertions, 3 deletions
@@ -2,7 +2,7 @@ http HTTP Support => enabled -Extension Version => 3.2.2 +Extension Version => 3.2.3 Used Library => Compiled => Linked libz => 1.2.11 => 1.2.11 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #191 http version 3.2.2 ] { +Extension [ <persistent> extension #191 http version 3.2.3 ] { - Dependencies { Dependency [ raphf (Required) ] diff --git a/php-pecl-http.spec b/php-pecl-http.spec index f1163b8..490e39c 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -41,7 +41,7 @@ %global with_tests 0%{!?_without_tests:1} %endif -%global upstream_version 3.2.2 +%global upstream_version 3.2.3 #global upstream_prever RC1 Name: %{?sub_prefix}php-pecl-http @@ -358,6 +358,9 @@ fi %changelog +* Tue Oct 29 2019 Remi Collet <remi@remirepo.net> - 3.2.3-1 +- update to 3.2.3 + * Thu Oct 24 2019 Remi Collet <remi@remirepo.net> - 3.2.2-1 - update to 3.2.2 |