prepare v4.2.2
authorMichael Wallner <mike@php.net>
Mon, 21 Feb 2022 14:28:48 +0000 (15:28 +0100)
committerMichael Wallner <mike@php.net>
Mon, 21 Feb 2022 14:29:40 +0000 (15:29 +0100)
* Fixed gh-issue #123: Segfault with libcurl 7.81

CHANGELOG.md
package.xml
php_http.h

index 37af2aad504c262da80ed45211ce39294567244b..3ac0b68b5c013d417e7b075be959dac937b103c4 100644 (file)
@@ -1,5 +1,9 @@
 # ChangeLog v4
 
+## 4.2.2, 2022-02-22
+
+* Fixed gh-issue #123: Segfault with libcurl 7.81
+
 ## 4.2.1, 2021-09-13
 
 * Fixed failing tests with PHP-8.1 (see gh issue #120)
index 60aa0b69f02dc3ca0fa968b561fb3a3bf3f3fdc6..2d367c7e1f78553b7e465ca1d1d448231dad9a4c 100644 (file)
@@ -31,9 +31,9 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2021-09-13</date>
+ <date>2022-02-22</date>
  <version>
-  <release>4.2.1</release>
+  <release>4.2.2</release>
   <api>4.2.0</api>
  </version>
  <stability>
@@ -42,10 +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 failing tests with PHP-8.1 (see gh issue #120)
-* Fixed configure reliably finding the right libcurl features available
-* Fixed cookie handling with libcurl 7.77+ and consistently across all 
-  supported libcurl versions (follow-up to gh issue #116)
+  * Fixed gh-issue #123: Segfault with libcurl 7.81
 ]]></notes>
  <contents>
   <dir name="/">
index e5034907367dc52051cc199488626e29b0b810f7..f4b4b33eb38cdeb4bc0179f8157d8d27d87456ee 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "4.2.1"
+#define PHP_PECL_HTTP_VERSION "4.2.2"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry