From 58c532fe1d2a27b50d49197b5eb77b85cdf03dfb Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 13 Jan 2021 16:33:19 +0100 Subject: [PATCH] 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 --- php_http.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2