release v4.0.0 v4.0.0
authorMichael Wallner <mike@php.net>
Wed, 13 Jan 2021 15:13:19 +0000 (16:13 +0100)
committerMichael Wallner <mike@php.net>
Wed, 13 Jan 2021 15:14:53 +0000 (16:14 +0100)
* 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


No differences found