From: Michael Wallner Date: Wed, 13 Jan 2021 15:33:19 +0000 (+0100) Subject: release v3.2.4 X-Git-Tag: RELEASE_3_2_4 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=58c532fe1d2a27b50d49197b5eb77b85cdf03dfb;p=m6w6%2Fext-http release v3.2.4 * Fixed configure on systems which do not provide icu-config * Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1 --- diff --git a/php_http.h b/php_http.h index 19d67f9..aa23dea 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.3" +#define PHP_PECL_HTTP_VERSION "3.2.4" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry