release 4.2.0 v4.2.0
authorMichael Wallner <mike@php.net>
Mon, 30 Aug 2021 12:15:19 +0000 (14:15 +0200)
committerMichael Wallner <mike@php.net>
Mon, 30 Aug 2021 12:17:01 +0000 (14:17 +0200)
* 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)

php_http.h

index 564676741675e9e4645d2db25424a33e36ada563..0fbb15550f4bd15e25cf0c2893f8b95a23f582a2 100644 (file)
@@ -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