Skip to content

Commit

Permalink
release v4.2.3
Browse files Browse the repository at this point in the history
* Fix http\Client::requeue() not updating response callback
  • Loading branch information
m6w6 committed Jun 10, 2022
1 parent 8c0f428 commit a6785d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,4 @@ vendor/
/tests/helper/server.log
*gcov
*lcov
.vscode
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion php_http.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6785d5

Please sign in to comment.