<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2019-06-07</date>
+ <date>2019-10-24</date>
<version>
<release>3.2.2</release>
<api>3.2.0</api>
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
- *
+ * 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
]]></notes>
<contents>
<dir name="/">
#ifndef PHP_EXT_HTTP_H
#define PHP_EXT_HTTP_H
-#define PHP_PECL_HTTP_VERSION "3.2.2dev"
+#define PHP_PECL_HTTP_VERSION "3.2.2"
extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry