strip changelog
[m6w6/ext-http] / CHANGELOG.md
1 # ChangeLog v4
2
3 ## 4.0.0beta2, TBR
4
5 * Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1
6
7 ## 4.0.0beta1, 2020-09-23
8
9 * PHP 8 compatibility
10 - Drop ext-propro support:
11 PHP 8 removes the object get/set API from the ZendEngine, which renders
12 that extension dysfunctional. As a consequence, the header property of
13 http\Message and derived classes cannot be modified in place, and thus
14 by reference.