From: Michael Wallner Date: Tue, 1 Dec 2020 14:02:44 +0000 (+0100) Subject: release 4.0.0 X-Git-Tag: v4.0.0~23 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=sidebyside;h=d109b3dd5c2d6856e0061bb4412d7fcad2822e5d;hp=d109b3dd5c2d6856e0061bb4412d7fcad2822e5d;p=m6w6%2Fext-http 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. ---