From c9c87abe9a0bf7b045e989ce9e9fc16ac1cc97dc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Oct 2025 08:36:49 +0200 Subject: update to 4.3.1 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 --- PHPINFO | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 1217d27..7191ef4 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 -- cgit