diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 6 | ||||
-rw-r--r-- | php-pecl-http.spec | 5 |
3 files changed, 8 insertions, 5 deletions
@@ -2,7 +2,7 @@ http HTTP Support => enabled -Extension Version => 4.2.2 +Extension Version => 4.2.3 Used Library => Compiled => Linked libz => 1.2.11 => 1.2.11 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #109 http version 4.2.2 ] { +Extension [ <persistent> extension #109 http version 4.2.3 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -39,9 +39,9 @@ Extension [ <persistent> extension #109 http version 4.2.2 ] { Constant [ int http\Client\Curl\Features\ZSTD ] { 67108864 } Constant [ int http\Client\Curl\Features\UNICODE ] { 134217728 } Constant [ int http\Client\Curl\Features\HSTS ] { 268435456 } - Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.79.1 OpenSSL/1.1.1l-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.45.1 OpenLDAP/2.4.59 } + Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.79.1 OpenSSL/1.1.1n-fips zlib/1.2.11 brotli/1.0.9 libidn2/2.3.2 libpsl/0.21.1 (+libidn2/2.3.2) libssh/0.9.6/openssl/zlib nghttp2/1.45.1 OpenLDAP/2.4.59 } Constant [ string http\Client\Curl\Versions\CURL ] { 7.79.1 } - Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/1.1.1l-fips } + Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/1.1.1n-fips } Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.11 } Constant [ null http\Client\Curl\Versions\ARES ] { } Constant [ string http\Client\Curl\Versions\IDN ] { 2.3.2 } diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 8363a6f..5de8af4 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -36,7 +36,7 @@ %bcond_without tests %endif -%global upstream_version 4.2.2 +%global upstream_version 4.2.3 #global upstream_prever beta1 #global upstream_lower beta1 @@ -335,6 +335,9 @@ fi %changelog +* Fri Jun 10 2022 Remi Collet <remi@remirepo.net> - 4.2.3-1 +- update to 4.2.3 + * Fri Feb 25 2022 Remi Collet <remi@remirepo.net> - 4.2.2-1 - update to 4.2.2 |