From: Michael Wallner Date: Mon, 21 Feb 2022 14:28:48 +0000 (+0100) Subject: prepare v4.2.2 X-Git-Tag: v4.2.2~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=050b4f061f5383bea18f0d505398429f2f4bd3e3;hp=9fb1c51406519a06bf58589dc8e1c80b82beee09 prepare v4.2.2 * Fixed gh-issue #123: Segfault with libcurl 7.81 --- 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