From a6785d51967e49fca5a096a12d70f72f88205623 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 10 Jun 2022 09:32:22 +0200 Subject: [PATCH] release v4.2.3 * Fix http\Client::requeue() not updating response callback --- .gitignore | 1 + CHANGELOG.md | 2 +- php_http.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a20dd1d..99028c9 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,4 @@ vendor/ /tests/helper/server.log *gcov *lcov +.vscode diff --git a/CHANGELOG.md b/CHANGELOG.md index a3da485..f8b483b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # ChangeLog v4 -## 4.2.3, 2022-MM-DD +## 4.2.3, 2022-06-10 * Fix http\Client::requeue() not updating response callback diff --git a/php_http.h b/php_http.h index 0665b9c..58fdc27 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.3dev" +#define PHP_PECL_HTTP_VERSION "4.2.3" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry -- 2.30.2