changelog
authorMichael Wallner <mike@php.net>
Thu, 9 Jun 2022 09:09:45 +0000 (11:09 +0200)
committerMichael Wallner <mike@php.net>
Thu, 9 Jun 2022 09:09:45 +0000 (11:09 +0200)
CHANGELOG.md
package.xml
php_http.h

index 571b488fe327b535b330518a1ecdf7126607317d..a3da485c47170ab0c58c7ae89f33712ff1cf54ff 100644 (file)
@@ -1,5 +1,9 @@
 # ChangeLog v4
 
+## 4.2.3, 2022-MM-DD
+
+* Fix http\Client::requeue() not updating response callback
+
 ## 4.2.2, 2022-02-25
 
 * Fixed gh-issue #123: Segfault with libcurl 7.81
index 2c8b432165fe2a2d9f41f3537424cb1633ac4c60..73e8c18b53364cead61c390db73d89e9b081fc54 100644 (file)
@@ -31,9 +31,9 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2022-02-25</date>
+ <date>2022-06-10</date>
  <version>
-  <release>4.2.2</release>
+  <release>4.2.3</release>
   <api>4.2.0</api>
  </version>
  <stability>
@@ -42,7 +42,7 @@ https://mdref.m6w6.name/http
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-  * Fixed gh-issue #123: Segfault with libcurl 7.81
+* Fix http\Client::requeue() not updating response callback
 ]]></notes>
  <contents>
   <dir name="/">
index f4b4b33eb38cdeb4bc0179f8157d8d27d87456ee..0665b9c29290e954cdd1a91ab6af3a92c4ed2f2f 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "4.2.2"
+#define PHP_PECL_HTTP_VERSION "4.2.3dev"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry