From b03233ec64943f70146131b1a8c46988be8f25e3 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 9 Jun 2022 11:09:45 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++++ package.xml | 6 +++--- php_http.h | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571b488..a3da485 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # ChangeLog v4 +## 4.2.3, 2022-MM-DD + +* Fix http\Client::requeue() not updating response callback + ## 4.2.2, 2022-02-25 * Fixed gh-issue #123: Segfault with libcurl 7.81 diff --git a/package.xml b/package.xml index 2c8b432..73e8c18 100644 --- a/package.xml +++ b/package.xml @@ -31,9 +31,9 @@ https://mdref.m6w6.name/http mike@php.net yes - 2022-02-25 + 2022-06-10 - 4.2.2 + 4.2.3 4.2.0 @@ -42,7 +42,7 @@ https://mdref.m6w6.name/http BSD-2-Clause diff --git a/php_http.h b/php_http.h index f4b4b33..0665b9c 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.2" +#define PHP_PECL_HTTP_VERSION "4.2.3dev" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2