prepare v3.2.5
authorMichael Wallner <mike@php.net>
Mon, 21 Feb 2022 14:22:44 +0000 (15:22 +0100)
committerMichael Wallner <mike@php.net>
Mon, 21 Feb 2022 14:26:25 +0000 (15:26 +0100)
* Fixed gh-issue #123: Segfault with libcurl 7.81

CHANGELOG.md
package.xml
php_http.h

index 8624e70bce18666e7a07a788fc667f22f2faea2e..1fe02fce2f0da892743ec031d15fef89c274d1c8 100644 (file)
@@ -1,5 +1,9 @@
 # ChangeLog v3
 
+## 3.2.5, 2022-02-22
+
+* Fixed gh-issue #123: Segfault with libcurl 7.81
+
 ## 3.2.4, 2021-01-13
 
 * Fixed configure on systems which do not provide icu-config
index 94b111b89b8c567ed4228195f78102412c6898d8..afa3b206c6372beafab7178c609813b6bf4d55e7 100644 (file)
@@ -31,9 +31,9 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2021-01-13</date>
+ <date>2022-02-22</date>
  <version>
-  <release>3.2.4</release>
+  <release>3.2.5</release>
   <api>3.2.0</api>
  </version>
  <stability>
@@ -42,8 +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 configure on systems which do not provide icu-config
-  * Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1
+  * Fixed gh-issue #123: Segfault with libcurl 7.81
 ]]></notes>
  <contents>
   <dir name="/">
index aa23dea6c00fc701540a60b975295479d464dd34..c2a5b95247d41b322658b1772742b748f64cc425 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "3.2.4"
+#define PHP_PECL_HTTP_VERSION "3.2.5"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry