From: Michael Wallner Date: Wed, 13 Jan 2021 15:13:19 +0000 (+0100) Subject: release v4.0.0 X-Git-Tag: v4.0.0 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=0eff7269412c10c142fb77a2be5e90f561428ac2 release v4.0.0 * PHP 8 compatibility - Drop ext-propro support: PHP 8 removes the object get/set API from the ZendEngine, which renders that extension dysfunctional. As a consequence, the header property of http\Message and derived classes cannot be modified in place, and thus by reference. Changes from beta1: * Fixed configure on systems which do not provide icu-config * Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index a028ba4..4a59095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # ChangeLog v4 -## 4.0.0beta2, TBR +## 4.0.0, 2021-01-13 +Changes from beta1: +* Fixed configure on systems which do not provide icu-config * Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1 ## 4.0.0beta1, 2020-09-23 diff --git a/package.xml b/package.xml index 66e977f..d00487b 100644 --- a/package.xml +++ b/package.xml @@ -31,7 +31,7 @@ https://mdref.m6w6.name/http mike@php.net yes - 2020-12-01 + 2021-01-13 4.0.0 4.0.0 @@ -42,8 +42,8 @@ https://mdref.m6w6.name/http BSD-2-Clause *NOTE:* - v4.x will be PHP-8 only, v3.x continues PHP-7 support + > *NOTE:* + v4.x is PHP-8 only. * PHP 8 compatibility - Drop ext-propro support @@ -51,6 +51,10 @@ https://mdref.m6w6.name/http that extension dysfunctional. As a consequence, the header property of http\Message and derived classes cannot be modified in place, and thus by reference. + + Changes from beta1: + * Fixed configure on systems which do not provide icu-config + * Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1 ]]>