release v3.2.2 RELEASE_3_2_2
authorMichael Wallner <mike@php.net>
Thu, 24 Oct 2019 07:49:08 +0000 (09:49 +0200)
committerMichael Wallner <mike@php.net>
Thu, 24 Oct 2019 07:49:08 +0000 (09:49 +0200)
package.xml
php_http.h

index 03ca3485c04efadb198825a70ce8bc7234a78917..0597390dbd2764cf91b95946acffaf560925ea16 100644 (file)
@@ -31,7 +31,7 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
   <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>
  <version>
   <release>3.2.2</release>
   <api>3.2.0</api>
@@ -42,7 +42,9 @@ https://mdref.m6w6.name/http
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
  </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="/">
 ]]></notes>
  <contents>
   <dir name="/">
index bdaa3f10bda63918e6c9db12e29a2f9baae755a0..1577edd8a509c3c7b54d0d1738797eff594dc539 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
 #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
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry