release v4.2.3 v4.2.3
authorMichael Wallner <mike@php.net>
Fri, 10 Jun 2022 07:32:22 +0000 (09:32 +0200)
committerMichael Wallner <mike@php.net>
Fri, 10 Jun 2022 07:32:22 +0000 (09:32 +0200)
* Fix http\Client::requeue() not updating response callback

.gitignore
CHANGELOG.md
php_http.h

index a20dd1db17a828e3dae721d97e4b70a56fbac4d6..99028c98e2a0ac08d5554e04a6721c807dc5cb46 100644 (file)
@@ -84,3 +84,4 @@ vendor/
 /tests/helper/server.log
 *gcov
 *lcov
+.vscode
index a3da485c47170ab0c58c7ae89f33712ff1cf54ff..f8b483b98259df253b8275b7ddd6d7fc78c113f5 100644 (file)
@@ -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
 
index 0665b9c29290e954cdd1a91ab6af3a92c4ed2f2f..58fdc27d50a96468337f0a160dc55b9c3956ee61 100644 (file)
@@ -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