Skip to content

Releases: m6w6/ext-http

release v4.0.0

13 Jan 15:37
0eff726
Compare
Choose a tag to compare
  • 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.

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

13 Jan 15:36
58c532f
Compare
Choose a tag to compare
* 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

23 Sep 06:31
b4cde84
Compare
Choose a tag to compare
* 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

29 Oct 07:33
d9809cc
Compare
Choose a tag to compare
* Fixed Windows build (Jan Ehrhardt)

RELEASE_3_2_2

24 Oct 08:29
ef43393
Compare
Choose a tag to compare
  • PHP-7.4 compatibility
  • Fixed gh-issue #92: http\Message\Body::addForm() discards numeric names
  • Fixed gh-issue #95: typo in http\Message::getResponseCode()'s error message

RELEASE_3_2_1: prepare release 3.2.1

07 Jun 12:52
0d7cf48
Compare
Choose a tag to compare
* 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

19 Jul 11:18
42b0bfd
Compare
Choose a tag to compare
* 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

09 Apr 10:36
a88f5af
Compare
Choose a tag to compare
* 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

09 Apr 10:34
9a02b1a
Compare
Choose a tag to compare
* 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

03 Jul 08:08
c9876bc
Compare
Choose a tag to compare
release 3.1.1RC1