From a88f5af223b052000345fb76acd47b8e02ad86f4 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 9 Apr 2018 12:35:26 +0200 Subject: [PATCH] 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 --- php_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2