Skip to content

Commit

Permalink
prepare v4.2.2
Browse files Browse the repository at this point in the history
* Fixed gh-issue #123: Segfault with libcurl 7.81
  • Loading branch information
m6w6 committed Feb 21, 2022
1 parent 9fb1c51 commit 050b4f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
9 changes: 3 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ https://mdref.m6w6.name/http
<email>[email protected]</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>
Expand All @@ -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="/">
Expand Down
2 changes: 1 addition & 1 deletion php_http.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 050b4f0

Please sign in to comment.