Releases: m6w6/ext-http
Releases · m6w6/ext-http
release v4.0.0
- 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.
- Drop ext-propro support:
Changes from beta1:
- Fixed configure on systems which do not provide icu-config
- Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1
RELEASE_3_2_4: release v3.2.4
* Fixed configure on systems which do not provide icu-config * Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1
v4.0.0beta1: release 4.0.0beta1
* 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.
RELEASE_3_2_3: release 3.2.3
* Fixed Windows build (Jan Ehrhardt)
RELEASE_3_2_2
RELEASE_3_2_1: prepare release 3.2.1
* Fixed gh-issue #88: Unable to run test suite (Remi Collet) * Fixed gh-issue #86: test failure with curl 7.64 * Fixed gh-issue #85: [-Wformat-extra-args] build warnings * Fixed gh-issue #84: segfault and build failure since curl 7.62 * Fixed gh-issue #82: Test harness improvements (Chris Wright) * Fixed gh-issue #64: compress and connecttimeout interfere with low_speed_limit (@rcanavan) * Fixed http\QueryString::getGlobalInstance() * Fixed missing 2nd reflection argument info of http\Client::notify() * Fixed PHP-7.4 compatibility
RELEASE_3_2_0: prepare release v3.2.0
* Fixed gh-issue #73: build fails with libidn and libidn2 * Fixed gh-issue #78: PHP-7.3 build crashes * Fixed PHP-7.2 build crashes + Added brotli compression support + Implemented gh-issue #58: Notify observers before any request is built
RELEASE_3_2_0_RC1pl1: prepare release v3.2.0RC1
* PHP-7.2 compatibility * Fixed gh-issue #73: build fails with libidn and libidn2 + Added brotli compression support + Implemented gh-issue #58: Notify observers before any request is built
RELEASE_3_2_0_RC1: prepare release v3.2.0RC1
* PHP-7.2 compatibility * Fixed gh-issue #73: build fails with libidn and libidn2 + Added brotli compression support + Implemented gh-issue #58: Notify observers before any request is built
RELEASE_3_1_1_RC1
release 3.1.1RC1