prepare v4.2.6 master v4.2.6
authorMichael Wallner <root@s201809.m6w6.name>
Tue, 5 Nov 2024 14:49:49 +0000 (15:49 +0100)
committerMichael Wallner <root@s201809.m6w6.name>
Tue, 5 Nov 2024 15:35:25 +0000 (16:35 +0100)
package.xml
php_http.h

index 5daf7858bfc30b0780ad988f3a0e213b7f57e683..960f5aa3f36fa258b392a4c15984fd35e143a65e 100644 (file)
@@ -31,9 +31,9 @@ https://mdref.m6w6.name/http
   <email>mike@php.net</email>
   <active>yes</active>
  </lead>
- <date>2024-02-05</date>
+ <date>2024-11-05</date>
  <version>
-  <release>4.2.5</release>
+  <release>4.2.6</release>
   <api>4.2.0</api>
  </version>
  <stability>
@@ -42,8 +42,8 @@ https://mdref.m6w6.name/http
  </stability>
  <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
  <notes><![CDATA[
-* Fix incompatible pointer types (32-bit) (see gh issue #134)
-* Fix glitch in CURL_VERSION_TLSAUTH_SRP autoconf probe (see gh issue #133)
+* Fix #136 Potential incompatibility with libcurl 8.9.0; add workaround for CURLOPT_INTERFACE for v8.9-8.10
+* Fix #137 Potential compilation error with PHP 8.4; php_lcg.h was deprecated in 8.2
 ]]></notes>
  <contents>
   <dir name="/">
index f8cede27e4f5505463045d15a12b9dda7d7aaef2..4f978d0406981339747d7f312fa28c623f5cb1bd 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "4.2.5"
+#define PHP_PECL_HTTP_VERSION "4.2.6"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry