* Fixed gh-issue #123: Segfault with libcurl 7.81
# 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
<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>
</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="/">
#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