Skip to content

Commit

Permalink
prepare v4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Nov 5, 2024
1 parent d2da942 commit 99e4f24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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>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>
Expand All @@ -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="/">
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.5"
#define PHP_PECL_HTTP_VERSION "4.2.6"

extern zend_module_entry http_module_entry;
#define phpext_http_ptr &http_module_entry
Expand Down

0 comments on commit 99e4f24

Please sign in to comment.