From: Michael Wallner Date: Mon, 9 Apr 2018 10:35:26 +0000 (+0200) Subject: prepare release v3.2.0RC1 X-Git-Tag: RELEASE_3_2_0_RC1pl1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=a88f5af223b052000345fb76acd47b8e02ad86f4;hp=9a02b1a9ef8dc62a241148405be8058e0df4250e prepare release v3.2.0RC1 * PHP-7.2 compatibility * Fixed gh-issue #73: build fails with libidn and libidn2 + Added brotli compression support + Implemented gh-issue #58: Notify observers before any request is built --- diff --git a/php_http.h b/php_http.h index 2cf0de7..f3c4671 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.1.1dev" +#define PHP_PECL_HTTP_VERSION "3.2.0RC1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry