back to dev
authorMichael Wallner <mike@php.net>
Thu, 24 Oct 2019 08:34:21 +0000 (10:34 +0200)
committerMichael Wallner <mike@php.net>
Thu, 24 Oct 2019 08:34:21 +0000 (10:34 +0200)
package.xml
php_http.h

index 0597390dbd2764cf91b95946acffaf560925ea16..1f3c876cae1d841390fbba0a1d5634dfeb953409 100644 (file)
@@ -33,7 +33,7 @@ https://mdref.m6w6.name/http
  </lead>
  <date>2019-10-24</date>
  <version>
  </lead>
  <date>2019-10-24</date>
  <version>
-  <release>3.2.2</release>
+  <release>3.2.3</release>
   <api>3.2.0</api>
  </version>
  <stability>
   <api>3.2.0</api>
  </version>
  <stability>
@@ -42,9 +42,7 @@ 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 1577edd8a509c3c7b54d0d1738797eff594dc539..cb4082678dfa38b78aac2104f953d0fab960949f 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.2"
+#define PHP_PECL_HTTP_VERSION "3.2.3dev"
 
 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