diff options
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 9 | ||||
-rw-r--r-- | php-pecl-http.spec | 7 |
3 files changed, 10 insertions, 8 deletions
@@ -2,7 +2,7 @@ http HTTP Support => enabled -Extension Version => 4.2.3 +Extension Version => 4.2.4 Used Library => Compiled => Linked libz => 1.2.12 => 1.2.12 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #110 http version 4.2.3 ] { +Extension [ <persistent> extension #114 http version 4.2.4 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -11,7 +11,7 @@ Extension [ <persistent> extension #110 http version 4.2.3 ] { } } - - Constants [91] { + - Constants [90] { Constant [ int http\Client\Curl\FEATURES ] { 1371522973 } Constant [ int http\Client\Curl\Features\IPV6 ] { 1 } Constant [ int http\Client\Curl\Features\KERBEROS4 ] { 2 } @@ -39,9 +39,9 @@ Extension [ <persistent> extension #110 http version 4.2.3 ] { 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.85.0 OpenSSL/3.0.8 zlib/1.2.12 brotli/1.0.9 libidn2/2.3.4 libpsl/0.21.1 (+libidn2/2.3.3) libssh/0.10.4/openssl/zlib nghttp2/1.51.0 } + Constant [ string http\Client\Curl\VERSIONS ] { libcurl/7.85.0 OpenSSL/3.0.9 zlib/1.2.12 brotli/1.0.9 libidn2/2.3.4 libpsl/0.21.1 (+libidn2/2.3.3) libssh/0.10.5/openssl/zlib nghttp2/1.51.0 } Constant [ string http\Client\Curl\Versions\CURL ] { 7.85.0 } - Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/3.0.8 } + Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/3.0.9 } Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.12 } Constant [ null http\Client\Curl\Versions\ARES ] { } Constant [ string http\Client\Curl\Versions\IDN ] { 2.3.4 } @@ -68,7 +68,6 @@ Extension [ <persistent> extension #110 http version 4.2.3 ] { Constant [ int http\Client\Curl\SSL_VERSION_SSLv2 ] { 2 } Constant [ int http\Client\Curl\SSL_VERSION_SSLv3 ] { 3 } Constant [ int http\Client\Curl\SSL_VERSION_ANY ] { 0 } - Constant [ int http\Client\Curl\TLSAUTH_SRP ] { 1 } Constant [ int http\Client\Curl\SSL_VERSION_MAX_DEFAULT ] { 65536 } Constant [ int http\Client\Curl\SSL_VERSION_MAX_TLSv1_0 ] { 262144 } Constant [ int http\Client\Curl\SSL_VERSION_MAX_TLSv1_1 ] { 327680 } diff --git a/php-pecl-http.spec b/php-pecl-http.spec index 420ac70..b16a0fd 100644 --- a/php-pecl-http.spec +++ b/php-pecl-http.spec @@ -35,7 +35,7 @@ %bcond_without tests %endif -%global upstream_version 4.2.3 +%global upstream_version 4.2.4 #global upstream_prever beta1 #global upstream_lower beta1 %if 0%{?gh_date:1} @@ -51,7 +51,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} Release: 0.10.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://pecl.php.net/get/%{proj_name}-%{upstream_version}%{?upstream_prever}.tgz %endif Summary: Extended HTTP support @@ -317,6 +317,9 @@ fi %changelog +* Mon Oct 2 2023 Remi Collet <remi@remirepo.net> - 4.2.4-1 +- update to 4.2.4 + * Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 4.2.3-5 - rebuild for PHP 8.3.0RC1 |