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 /PHPINFO | |
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 'PHPINFO')
-rw-r--r-- | PHPINFO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,11 +2,11 @@ http HTTP Support => enabled -Extension Version => 4.2.6 +Extension Version => 4.3.1 Used Library => Compiled => Linked -libz => 1.2.13 => 1.2.13 -libcurl => 8.2.1 => 8.2.1 +libz => 1.3.1.zlib-ng => 1.3.1.zlib-ng +libcurl => 8.9.1 => 8.9.1 libevent => 2.1.12-stable => 2.1.12-stable libicu (IDNA2008/IDNA2003) => 74.2 => 74.2 libidn2 (IDNA2008) => disabled => disabled |