release 4.0.0
authorMichael Wallner <mike@php.net>
Tue, 1 Dec 2020 14:02:44 +0000 (15:02 +0100)
committerMichael Wallner <mike@php.net>
Tue, 1 Dec 2020 14:02:44 +0000 (15:02 +0100)
commitd109b3dd5c2d6856e0061bb4412d7fcad2822e5d
tree94651be8ec0b3943e25acc0286fab92b35f7aaec
parent29b30c67ece0daed0a210b46b3ea6b796a43690a
release 4.0.0

>*NOTE:*
v4.x will be PHP-8 only, v3.x continues PHP-7 support

* 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.
package.xml
php_http.h