We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c0f428 commit a6785d5Copy full SHA for a6785d5
.gitignore
@@ -84,3 +84,4 @@ vendor/
84
/tests/helper/server.log
85
*gcov
86
*lcov
87
+.vscode
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# ChangeLog v4
2
3
-## 4.2.3, 2022-MM-DD
+## 4.2.3, 2022-06-10
4
5
* Fix http\Client::requeue() not updating response callback
6
php_http.h
@@ -13,7 +13,7 @@
13
#ifndef PHP_EXT_HTTP_H
14
#define PHP_EXT_HTTP_H
15
16
-#define PHP_PECL_HTTP_VERSION "4.2.3dev"
+#define PHP_PECL_HTTP_VERSION "4.2.3"
17
18
extern zend_module_entry http_module_entry;
19
#define phpext_http_ptr &http_module_entry
0 commit comments