release 4.0.0beta1 v4.0.0beta1
authorMichael Wallner <mike@php.net>
Wed, 23 Sep 2020 06:26:02 +0000 (08:26 +0200)
committerMichael Wallner <mike@php.net>
Wed, 23 Sep 2020 06:29:46 +0000 (08:29 +0200)
* 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.


No differences found