release v3.2.4 RELEASE_3_2_4
authorMichael Wallner <mike@php.net>
Wed, 13 Jan 2021 15:33:19 +0000 (16:33 +0100)
committerMichael Wallner <mike@php.net>
Wed, 13 Jan 2021 15:33:19 +0000 (16:33 +0100)
* Fixed configure on systems which do not provide icu-config
* Fixed gh-issue #89: Cookie handling cannot be disabled since v3.2.1

php_http.h

index 19d67f9bc729a976bfb0ad9328aacff3647a560c..aa23dea6c00fc701540a60b975295479d464dd34 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "3.2.3"
+#define PHP_PECL_HTTP_VERSION "3.2.4"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry