From: Michael Wallner Date: Mon, 21 Feb 2022 14:22:44 +0000 (+0100) Subject: prepare v3.2.5 X-Git-Tag: RELEASE_3_2_5~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=f3e8c6a14820b39948bddf6e044349d64c1bef3c prepare v3.2.5 * Fixed gh-issue #123: Segfault with libcurl 7.81 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 8624e70..1fe02fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ChangeLog v3 +## 3.2.5, 2022-02-22 + +* Fixed gh-issue #123: Segfault with libcurl 7.81 + ## 3.2.4, 2021-01-13 * Fixed configure on systems which do not provide icu-config diff --git a/package.xml b/package.xml index 94b111b..afa3b20 100644 --- a/package.xml +++ b/package.xml @@ -31,9 +31,9 @@ https://mdref.m6w6.name/http mike@php.net yes - 2021-01-13 + 2022-02-22 - 3.2.4 + 3.2.5 3.2.0 @@ -42,8 +42,7 @@ https://mdref.m6w6.name/http BSD-2-Clause diff --git a/php_http.h b/php_http.h index aa23dea..c2a5b95 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.4" +#define PHP_PECL_HTTP_VERSION "3.2.5" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry