Skip to content

v4.0.0beta1: release 4.0.0beta1

Compare
Choose a tag to compare
@m6w6 m6w6 released this 23 Sep 06:31
· 156 commits to master since this release
b4cde84
* 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.