<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>
</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="/">
#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