From: Michael Wallner Date: Thu, 19 Jul 2018 11:16:13 +0000 (+0200) Subject: prepare release v3.2.0 X-Git-Tag: RELEASE_3_2_0 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=refs%2Ftags%2FRELEASE_3_2_0 prepare release v3.2.0 * 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 --- diff --git a/package.xml b/package.xml index 62c1a58..776d602 100644 --- a/package.xml +++ b/package.xml @@ -31,19 +31,20 @@ https://mdref.m6w6.name/http mike@php.net yes - 2018-04-09 + 2018-07-19 - 3.2.0RC1 + 3.2.0 3.2.0 - beta - beta + stable + stable BSD-2-Clause diff --git a/php_http.h b/php_http.h index f3c4671..1fdf565 100644 --- a/php_http.h +++ b/php_http.h @@ -13,7 +13,7 @@ #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