add CURLOPT_ALTSVC{,_CTRL} and resp. constants
[m6w6/ext-http] / CHANGELOG.md
1 # ChangeLog v4
2
3 ## 4.0.0, 2021-01-13
4
5 Changes from beta1:
6 * Fixed configure on systems which do not provide icu-config
7 * Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1
8
9 ## 4.0.0beta1, 2020-09-23
10
11 * PHP 8 compatibility
12 - Drop ext-propro support:
13 PHP 8 removes the object get/set API from the ZendEngine, which renders
14 that extension dysfunctional. As a consequence, the header property of
15 http\Message and derived classes cannot be modified in place, and thus
16 by reference.