Skip to content

Commit a6785d5

Browse files
committed
release v4.2.3
* Fix http\Client::requeue() not updating response callback
1 parent 8c0f428 commit a6785d5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,4 @@ vendor/
8484
/tests/helper/server.log
8585
*gcov
8686
*lcov
87+
.vscode

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChangeLog v4
22

3-
## 4.2.3, 2022-MM-DD
3+
## 4.2.3, 2022-06-10
44

55
* Fix http\Client::requeue() not updating response callback
66

php_http.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#ifndef PHP_EXT_HTTP_H
1414
#define PHP_EXT_HTTP_H
1515

16-
#define PHP_PECL_HTTP_VERSION "4.2.3dev"
16+
#define PHP_PECL_HTTP_VERSION "4.2.3"
1717

1818
extern zend_module_entry http_module_entry;
1919
#define phpext_http_ptr &http_module_entry

0 commit comments

Comments
 (0)