From: Michael Wallner Date: Mon, 13 Sep 2021 10:51:06 +0000 (+0200) Subject: release 4.2.1 X-Git-Tag: v4.2.1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=0618dea119fb3782c2e254060ceea01eaec03aa3 release 4.2.1 * 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) --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 4851d4f..37af2aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # ChangeLog v4 +## 4.2.1, 2021-09-13 + +* 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) + ## 4.2.0, 2021-08-30 * Fixed PHP-8.1 compatibility (see gh issues #114, #115 and #118) diff --git a/package.xml b/package.xml index a751c79..60aa0b6 100644 --- a/package.xml +++ b/package.xml @@ -31,9 +31,9 @@ https://mdref.m6w6.name/http mike@php.net yes - 2021-08-30 + 2021-09-13 - 4.2.0 + 4.2.1 4.2.0 @@ -42,10 +42,10 @@ https://mdref.m6w6.name/http BSD-2-Clause = 7.77 (see gh issue #116) -* Fixed tests using $_ENV instead of getenv() to find executables in PATH (see gh issue #113) -* Added http\Env::reset(): resets internal HTTP request cache (see gh issue #90) +* 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) ]]> @@ -378,9 +378,11 @@ https://mdref.m6w6.name/http + + diff --git a/php_http.h b/php_http.h index 0fbb155..e503490 100644 --- a/php_http.h +++ b/php_http.h @@ -13,7 +13,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_PECL_HTTP_VERSION "4.2.0" +#define PHP_PECL_HTTP_VERSION "4.2.1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry