842851107b4b2fe7ca5ad1c3ebb492a7f4d47561
[m6w6/ext-http] / CHANGELOG.md
1 # ChangeLog v3
2
3 ## 3.1.0RC1, 2016-10-04
4
5 + Added http\Client\Curl\User interface for userland event loops
6 + Added http\Url::IGNORE_ERRORS, http\Url::SILENT_ERRORS and http\Url::STDFLAGS
7 + Added http\Client::setDebug(callable $debug)
8 + Added http\Client\Curl\FEATURES constants and namespace
9 + Added http\Client\Curl\VERSIONS constants and namespace
10 + Added share_cookies and share_ssl (libcurl >= 7.23.0) options to http\Client::configure()
11 + http\Client uses curl_share handles to properly share cookies and SSL/TLS sessions between requests
12 + Improved configure checks for default CA bundles
13 + Improved negotiation precision
14 * Fixed regression introduced by http\Params::PARSE_RFC5987: negotiation using the params parser would receive param keys without the trailing asterisk, stripped by http\Params::PARSE_RFC5987.
15 * Fix gh-issue #50: http\Client::dequeue() within http\Client::setDebug() causes segfault (Mike, Maik Wagner)
16 * Fix gh-issue #47: http\Url: Null pointer deref in sanitize_value() (Mike, @rc0r)
17 * Fix gh-issue #45: HTTP/2 response message parsing broken with libcurl >= 7.49.1 (Mike)
18 * Fix gh-issue #43: Joining query with empty original variable in query (Mike, Sander Backus)
19 * Fix gh-issue #42: fatal error when using punycode in URLs (Mike, Sebastian Thielen)
20 * Fix gh-issue #41: Use curl_version_info_data.features when initializing options (Mike)
21 * Fix gh-issue #40: determinde the SSL backend used by curl at runtime (Mike, @rcanavan)
22 * Fix gh-issue #39: Notice: http\Client::enqueue(): Could not set option proxy_service_name (Mike, @rcanavan)
23 * Fix gh-issue #38: Persistent curl handles: error code not properly reset (Mike, @afflerbach)
24 * Fix gh-issue #36: Unexpected cookies sent if persistent_handle_id is used (Mike, @rcanavan, @afflerbach)
25 * Fix gh-issue #34: allow setting multiple headers with the same name (Mike, @rcanavan)
26 * Fix gh-issue #33: allow setting prodyhost request option to NULL (Mike, @rcanavan)
27 * Fix gh-issue #31: add/improve configure checks for default CA bundle/path (Mike, @rcanavan)
28
29 Changes from beta1:
30 * Fixed recursive calls to the event loop dispatcher
31
32 Changes from beta2:
33 + Improved configure checks for IDNA libraries (added --with-http-libicu-dir, --with-http-libidnkit{,2}-dir, --with-http-libidn2-dir)
34 * Fix bug #73055: crash in http\QueryString (Mike, @rc0r) (CVE-2016-7398)
35 * Fix bug #73185: Buffer overflow in HTTP parse_hostinfo() (Mike, @rc0r) (CVE-2016-7961)
36 * Fix HTTP/2 version parser for older libcurl versions (Mike)
37 * Fix gh-issue #52: Underscores in host names: libidn Failed to parse IDN (Mike, @canavan)
38
39 ## 3.1.0beta2, 2016-09-07
40
41 + Added http\Client\Curl\User interface for userland event loops
42 + Added http\Url::IGNORE_ERRORS, http\Url::SILENT_ERRORS and http\Url::STDFLAGS
43 + Added http\Client::setDebug(callable $debug)
44 + Added http\Client\Curl\FEATURES constants and namespace
45 + Added http\Client\Curl\VERSIONS constants and namespace
46 + Added share_cookies and share_ssl (libcurl >= 7.23.0) options to http\Client::configure()
47 + http\Client uses curl_share handles to properly share cookies and SSL/TLS sessions between requests
48 + Improved configure checks for default CA bundles
49 + Improved negotiation precision
50 * Fixed regression introduced by http\Params::PARSE_RFC5987: negotiation using the params parser would receive param keys without the trailing asterisk, stripped by http\Params::PARSE_RFC5987.
51 * Fix gh-issue #50: http\Client::dequeue() within http\Client::setDebug() causes segfault (Mike, Maik Wagner)
52 * Fix gh-issue #47: http\Url: Null pointer deref in sanitize_value() (Mike, @rc0r)
53 * Fix gh-issue #45: HTTP/2 response message parsing broken with libcurl >= 7.49.1 (Mike)
54 * Fix gh-issue #43: Joining query with empty original variable in query (Mike, Sander Backus)
55 * Fix gh-issue #42: fatal error when using punycode in URLs (Mike, Sebastian Thielen)
56 * Fix gh-issue #41: Use curl_version_info_data.features when initializing options (Mike)
57 * Fix gh-issue #40: determinde the SSL backend used by curl at runtime (Mike, @rcanavan)
58 * Fix gh-issue #39: Notice: http\Client::enqueue(): Could not set option proxy_service_name (Mike, @rcanavan)
59 * Fix gh-issue #38: Persistent curl handles: error code not properly reset (Mike, @afflerbach)
60 * Fix gh-issue #36: Unexpected cookies sent if persistent_handle_id is used (Mike, @rcanavan, @afflerbach)
61 * Fix gh-issue #34: allow setting multiple headers with the same name (Mike, @rcanavan)
62 * Fix gh-issue #33: allow setting prodyhost request option to NULL (Mike, @rcanavan)
63 * Fix gh-issue #31: add/improve configure checks for default CA bundle/path (Mike, @rcanavan)
64
65 Changes from beta1:
66 * Fixed recursive calls to the event loop dispatcher
67
68 ## 3.1.0beta1, 2016-08-22
69
70 + Added http\Client\Curl\User interface for userland event loops
71 + Added http\Url::IGNORE_ERRORS, http\Url::SILENT_ERRORS and http\Url::STDFLAGS
72 + Added http\Client::setDebug(callable $debug)
73 + Added http\Client\Curl\FEATURES constants and namespace
74 + Added http\Client\Curl\VERSIONS constants and namespace
75 + Added share_cookies and share_ssl (libcurl >= 7.23.0) options to http\Client::configure()
76 + http\Client uses curl_share handles to properly share cookies and SSL/TLS sessions between requests
77 + Improved configure checks for default CA bundles
78 + Improved negotiation precision
79 * Fixed regression introduced by http\Params::PARSE_RFC5987: negotiation using the params parser would receive param keys without the trailing asterisk, stripped by http\Params::PARSE_RFC5987.
80 * Fix gh-issue #50: http\Client::dequeue() within http\Client::setDebug() causes segfault (Mike, Maik Wagner)
81 * Fix gh-issue #47: http\Url: Null pointer deref in sanitize_value() (Mike, @rc0r)
82 * Fix gh-issue #45: HTTP/2 response message parsing broken with libcurl >= 7.49.1 (Mike)
83 * Fix gh-issue #43: Joining query with empty original variable in query (Mike, Sander Backus)
84 * Fix gh-issue #42: fatal error when using punycode in URLs (Mike, Sebastian Thielen)
85 * Fix gh-issue #41: Use curl_version_info_data.features when initializing options (Mike)
86 * Fix gh-issue #40: determinde the SSL backend used by curl at runtime (Mike, @rcanavan)
87 * Fix gh-issue #39: Notice: http\Client::enqueue(): Could not set option proxy_service_name (Mike, @rcanavan)
88 * Fix gh-issue #38: Persistent curl handles: error code not properly reset (Mike, @afflerbach)
89 * Fix gh-issue #36: Unexpected cookies sent if persistent_handle_id is used (Mike, @rcanavan, @afflerbach)
90 * Fix gh-issue #34: allow setting multiple headers with the same name (Mike, @rcanavan)
91 * Fix gh-issue #33: allow setting prodyhost request option to NULL (Mike, @rcanavan)
92 * Fix gh-issue #31: add/improve configure checks for default CA bundle/path (Mike, @rcanavan)
93
94 ## 3.0.1, 2016-03-09
95
96 * Fix php-bug #71719: Buffer overflow in HTTP url parsing functions (Mike, rc0r)
97 * Fix gh-issue #28: Possible null pointer dereference in php_http_url_mod() (rc0r)
98 * Fix gh-issue #21: Fix PHP7 config.w32 (Jan Ehrhardt)
99 * Fix gh-issue #20: setSslOptions notice with curl 7.43 (Mike, Vitaliy Demidov)
100
101 ## 3.0.0, 2016-01-19
102
103 PHP7 compatible release based on the 2.5.x series with the following backwards incompatible changes:
104 - removed http\Url::FROM_ENV from the default flags of the http\Url constructor, use http\Env\Url instead
105
106 ## 3.0.0RC1, 2015-12-07
107
108 PHP7 compatible release based on the 2.5.x series with the following backwards incompatible changes:
109 - removed http\Url::FROM_ENV from the default flags of the http\Url constructor, use http\Env\Url instead
110