From: Michael Wallner Date: Fri, 10 Jun 2022 07:32:22 +0000 (+0200) Subject: release v4.2.3 X-Git-Tag: v4.2.3 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=a6785d51967e49fca5a096a12d70f72f88205623;hp=8c0f428401bd77af1507fb1d20d21117c664989a release v4.2.3 * Fix http\Client::requeue() not updating response callback --- 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