Skip to content

Commit

Permalink
release 4.2.4
Browse files Browse the repository at this point in the history
* Fix Error using ssl array in options : Could not set option tlsauthtype
  (see gh issue #131)
* Fix arginfo wargnings of the internal curl client user handler
* Disable libidn support for v1.36-v1.38 due to broken locale detection
  • Loading branch information
m6w6 committed Oct 2, 2023
1 parent f6a4f31 commit ff2148e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog v4

## 4.2.4, 2023-10-02

* Fix Error using ssl array in options : Could not set option tlsauthtype
(see gh issue #131)
* Fix arginfo wargnings of the internal curl client user handler
* Disable libidn support for v1.36-v1.38 due to broken locale detection

## 4.2.3, 2022-06-10

* Fix http\Client::requeue() not updating response callback
Expand Down
9 changes: 6 additions & 3 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>2022-06-10</date>
<date>2023-10-02</date>
<version>
<release>4.2.3</release>
<release>4.2.4</release>
<api>4.2.0</api>
</version>
<stability>
Expand All @@ -42,7 +42,10 @@ https://mdref.m6w6.name/http
</stability>
<license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
<notes><![CDATA[
* Fix http\Client::requeue() not updating response callback
* Fix Error using ssl array in options : Could not set option tlsauthtype
(see gh issue #131)
* Fix arginfo wargnings of the internal curl client user handler
* Disable libidn support for v1.36-v1.38 due to broken locale detection
]]></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.3"
#define PHP_PECL_HTTP_VERSION "4.2.4"

extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry
Expand Down

0 comments on commit ff2148e

Please sign in to comment.