prepare release v3.2.0RC1 RELEASE_3_2_0_RC1pl1
authorMichael Wallner <mike@php.net>
Mon, 9 Apr 2018 10:35:26 +0000 (12:35 +0200)
committerMichael Wallner <mike@php.net>
Mon, 9 Apr 2018 10:35:26 +0000 (12:35 +0200)
* PHP-7.2 compatibility
* Fixed gh-issue #73: build fails with libidn and libidn2
+ Added brotli compression support
+ Implemented gh-issue #58: Notify observers before any request is built

php_http.h

index 2cf0de72a3f4851aaeaa80c8a3914131bd8f3b33..f3c46710e23eefa470275cabe2f7c62a17c82d84 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
 #ifndef PHP_EXT_HTTP_H
 #define PHP_EXT_HTTP_H
 
-#define PHP_PECL_HTTP_VERSION "3.1.1dev"
+#define PHP_PECL_HTTP_VERSION "3.2.0RC1"
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry
 
 extern zend_module_entry http_module_entry;
 #define phpext_http_ptr &http_module_entry