prepare release v3.2.0 RELEASE_3_2_0
authorMichael Wallner <mike@php.net>
Thu, 19 Jul 2018 11:16:13 +0000 (13:16 +0200)
committerMichael Wallner <mike@php.net>
Thu, 19 Jul 2018 11:16:13 +0000 (13:16 +0200)
* 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

package.xml
php_http.h

index 62c1a584dd6def5d7208b72c68c189e44146fb66..776d6026e5349adebcae16638e9dc0c1d4c235dc 100644 (file)
@@ -31,19 +31,20 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2018-04-09</date>
+ <date>2018-07-19</date>
  <version>
  <version>
-  <release>3.2.0RC1</release>
+  <release>3.2.0</release>
   <api>3.2.0</api>
  </version>
  <stability>
   <api>3.2.0</api>
  </version>
  <stability>
-  <release>beta</release>
-  <api>beta</api>
+  <release>stable</release>
+  <api>stable</api>
  </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.2 compatibility
 * Fixed gh-issue #73: build fails with libidn and libidn2
 * 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>
 + Added brotli compression support
 + Implemented gh-issue #58: Notify observers before any request is built
 ]]></notes>
index f3c46710e23eefa470275cabe2f7c62a17c82d84..1fdf565c2bbc1f71e7d07ca5edb0eebf10b32edc 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.0RC1"
+#define PHP_PECL_HTTP_VERSION "3.2.0"
 
 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