Skip to content

Commit

Permalink
release v4.0.0
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
m6w6 committed Jan 13, 2021
1 parent bd988f5 commit 0eff726
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 7 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ https://mdref.m6w6.name/http
<email>mike@php.net</email>
<active>yes</active>
</lead>
<date>2020-12-01</date>
<date>2021-01-13</date>
<version>
<release>4.0.0</release>
<api>4.0.0</api>
Expand All @@ -42,15 +42,19 @@ https://mdref.m6w6.name/http
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
>*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
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
]]></notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit 0eff726

Please sign in to comment.