<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2015-03-02</date>
+ <date>2015-03-12</date>
<version>
- <release>2.3.1</release>
+ <release>2.3.2</release>
<api>2.3.0</api>
</version>
<stability>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-* Fixed build on platforms that need stddef.h to define ptrdiff_t (e.g. CentOS 7.5)
+* Fixed bug with http\QueryString::offsetSet() resetting the complete query string
]]></notes>
<contents>
<dir name="/">
<file role="test" name="propertyproxy001.phpt"/>
<file role="test" name="querystring001.phpt"/>
<file role="test" name="querystring002.phpt"/>
+ <file role="test" name="querystring003.phpt"/>
<file role="test" name="serialize001.phpt"/>
<file role="test" name="url001.phpt"/>
<file role="test" name="url002.phpt"/>
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_PECL_HTTP_VERSION "2.3.1"
+#define PHP_PECL_HTTP_VERSION "2.3.2"
extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry