From: Michael Wallner Date: Mon, 30 Aug 2021 12:15:19 +0000 (+0200) Subject: release 4.2.0 X-Git-Tag: v4.2.0 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=e89ea338baba8acf37023da367ce2cb074d21920;hp=3e6c086ada195f364dbfd90468f1cdcb26d14373 release 4.2.0 * Fixed PHP-8.1 compatibility (see gh issues #114, #115 and #118) * Fixed cookies failing with libcurl >= 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) --- diff --git a/php_http.h b/php_http.h index 5646767..0fbb155 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.1.0" +#define PHP_PECL_HTTP_VERSION "4.2.0" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry