From 42b0bfdc9f3f5fe16c0ed83c9d936a4c28ce2d00 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 19 Jul 2018 13:16:13 +0200 Subject: [PATCH 1/1] 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 --- package.xml | 11 ++++++----- php_http.h | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) 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 -- 2.30.2