From 050b4f061f5383bea18f0d505398429f2f4bd3e3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 21 Feb 2022 15:28:48 +0100 Subject: [PATCH] prepare v4.2.2 * Fixed gh-issue #123: Segfault with libcurl 7.81 --- CHANGELOG.md | 4 ++++ package.xml | 9 +++------ php_http.h | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37af2aa..3ac0b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ChangeLog v4 +## 4.2.2, 2022-02-22 + +* Fixed gh-issue #123: Segfault with libcurl 7.81 + ## 4.2.1, 2021-09-13 * Fixed failing tests with PHP-8.1 (see gh issue #120) diff --git a/package.xml b/package.xml index 60aa0b6..2d367c7 100644 --- a/package.xml +++ b/package.xml @@ -31,9 +31,9 @@ https://mdref.m6w6.name/http mike@php.net yes - 2021-09-13 + 2022-02-22 - 4.2.1 + 4.2.2 4.2.0 @@ -42,10 +42,7 @@ https://mdref.m6w6.name/http BSD-2-Clause diff --git a/php_http.h b/php_http.h index e503490..f4b4b33 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 "4.2.1" +#define PHP_PECL_HTTP_VERSION "4.2.2" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2