prepare release 3.2.1 RELEASE_3_2_1
authorMichael Wallner <mike@php.net>
Fri, 7 Jun 2019 11:46:39 +0000 (13:46 +0200)
committerMichael Wallner <mike@php.net>
Fri, 7 Jun 2019 11:46:39 +0000 (13:46 +0200)
* 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

package.xml

index ec1c787da870c3d263736d620f08fa1ba7c0d747..e2d963b617f59d0f618a1546e57ebca212799c22 100644 (file)
@@ -31,7 +31,7 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2019-06-06</date>
+ <date>2019-06-07</date>
  <version>
   <release>3.2.1</release>
   <api>3.2.0</api>
@@ -47,6 +47,7 @@ https://mdref.m6w6.name/http
 * 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