release 4.2.4 v4.2.4
authorMichael Wallner <mike@php.net>
Mon, 2 Oct 2023 09:03:03 +0000 (11:03 +0200)
committerMichael Wallner <mike@php.net>
Mon, 2 Oct 2023 09:03:03 +0000 (11:03 +0200)
* 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

CHANGELOG.md
package.xml
php_http.h

index f8b483b98259df253b8275b7ddd6d7fc78c113f5..48f701df46da7f42d9b19bb0dec41ab8659964b6 100644 (file)
@@ -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
index 73e8c18b53364cead61c390db73d89e9b081fc54..f9e4832b3d56fc3f97d1577d1081bce50dcf3432 100644 (file)
@@ -31,9 +31,9 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</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>
@@ -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="/">
index 58fdc27d50a96468337f0a160dc55b9c3956ee61..cfa11606a9fbe4c1aa1b1cecc93b9fde37b28b78 100644 (file)
@@ -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