From 3e6c086ada195f364dbfd90468f1cdcb26d14373 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 30 Aug 2021 13:17:52 +0200 Subject: [PATCH] release 4.2.0 * Fixed PHP-8.1 compatibility (see gh issues #114, #115 and #118) * Fixed cookies failing with libcurl >= 7.77 (see gh issue #116) * Fixed tests using $_ENV instead of getenv() to find executables in PATH (see gh issue #113) * Added http\Env::reset(): resets internal HTTP request cache (see gh issue #90) --- package.xml | 48 ++++++++---------------------------------------- 1 file changed, 8 insertions(+), 40 deletions(-) diff --git a/package.xml b/package.xml index 8e50dfe..a751c79 100644 --- a/package.xml +++ b/package.xml @@ -31,10 +31,10 @@ https://mdref.m6w6.name/http mike@php.net yes - 2021-04-19 + 2021-08-30 - 4.1.0 - 4.0.0 + 4.2.0 + 4.2.0 stable @@ -42,43 +42,10 @@ https://mdref.m6w6.name/http BSD-2-Clause = 7.77 (see gh issue #116) +* Fixed tests using $_ENV instead of getenv() to find executables in PATH (see gh issue #113) +* Added http\Env::reset(): resets internal HTTP request cache (see gh issue #90) ]]> @@ -286,6 +253,7 @@ https://mdref.m6w6.name/http + -- 2.30.2