</lead>
<date>2019-06-07</date>
<version>
- <release>3.2.1</release>
+ <release>3.2.2</release>
<api>3.2.0</api>
</version>
<stability>
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
-* 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
]]></notes>
<contents>
<dir name="/">
<file role="test" name="client028.phpt"/>
<file role="test" name="client029.phpt"/>
<file role="test" name="client030.phpt"/>
+ <file role="test" name="client031.phpt"/>
+ <file role="test" name="client032.phpt"/>
<file role="test" name="clientrequest001.phpt"/>
<file role="test" name="clientrequest002.phpt"/>
<file role="test" name="clientrequest003.phpt"/>
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_PECL_HTTP_VERSION "3.2.1"
+#define PHP_PECL_HTTP_VERSION "3.2.2dev"
extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry