back to dev
authorMichael Wallner <mike@php.net>
Thu, 19 Jul 2018 11:22:51 +0000 (13:22 +0200)
committerMichael Wallner <mike@php.net>
Thu, 19 Jul 2018 11:22:51 +0000 (13:22 +0200)
package.xml
php_http.h

index 776d6026e5349adebcae16638e9dc0c1d4c235dc..046c82b679eeb7a49c101a94eaf34994a500b1d0 100644 (file)
@@ -33,7 +33,7 @@ https://mdref.m6w6.name/http
  </lead>
  <date>2018-07-19</date>
  <version>
  </lead>
  <date>2018-07-19</date>
  <version>
-  <release>3.2.0</release>
+  <release>3.2.1dev</release>
   <api>3.2.0</api>
  </version>
  <stability>
   <api>3.2.0</api>
  </version>
  <stability>
@@ -42,11 +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[
-* Fixed gh-issue #73: build fails with libidn and libidn2
-* Fixed gh-issue #78: PHP-7.3 build crashes
-* Fixed PHP-7.2 build crashes
-+ Added brotli compression support
-+ Implemented gh-issue #58: Notify observers before any request is built
+*
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">
index 1fdf565c2bbc1f71e7d07ca5edb0eebf10b32edc..f698f6410457b78a2770cd66d9454707a5b852de 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.0"
+#define PHP_PECL_HTTP_VERSION "3.2.1dev"
 
 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