diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-10 08:36:49 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-10 08:36:49 +0200 |
commit | c9c87abe9a0bf7b045e989ce9e9fc16ac1cc97dc (patch) | |
tree | 1e046907478593a46bd1775feee2d959d4977852 /REFLECTION | |
parent | 9ccd57189357a54ccbd12a01734f933357620790 (diff) |
open https://github.com/m6w6/ext-http/issues/151
test suite hangs with old libcurl (EL-8)
fix build with libcurl 7.61 (EL-8) using patch from
https://github.com/m6w6/ext-http/pull/152
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #116 http version 4.2.6 ] { +Extension [ <persistent> extension #136 http version 4.3.1 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -39,15 +39,15 @@ Extension [ <persistent> extension #116 http version 4.2.6 ] { 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/8.2.1 OpenSSL/3.1.4 zlib/1.2.13 libidn2/2.3.7 nghttp2/1.55.1 } - Constant [ string http\Client\Curl\Versions\CURL ] { 8.2.1 } - Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/3.1.4 } - Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.2.13 } + Constant [ string http\Client\Curl\VERSIONS ] { libcurl/8.9.1 OpenSSL/3.2.4 zlib/1.3.1.zlib-ng libidn2/2.3.8 nghttp2/1.62.1 } + Constant [ string http\Client\Curl\Versions\CURL ] { 8.9.1 } + Constant [ string http\Client\Curl\Versions\SSL ] { OpenSSL/3.2.4 } + Constant [ string http\Client\Curl\Versions\LIBZ ] { 1.3.1.zlib-ng } Constant [ null http\Client\Curl\Versions\ARES ] { } - Constant [ string http\Client\Curl\Versions\IDN ] { 2.3.7 } + Constant [ string http\Client\Curl\Versions\IDN ] { 2.3.8 } Constant [ null http\Client\Curl\Versions\ICONV ] { } Constant [ null http\Client\Curl\Versions\BROTLI ] { } - Constant [ string http\Client\Curl\Versions\NGHTTP2 ] { 1.55.1 } + Constant [ string http\Client\Curl\Versions\NGHTTP2 ] { 1.62.1 } Constant [ null http\Client\Curl\Versions\QUIC ] { } Constant [ string http\Client\Curl\Versions\CAINFO ] { /etc/pki/tls/certs/ca-bundle.crt } Constant [ null http\Client\Curl\Versions\CAPATH ] { } |