From: Michael Wallner Date: Sun, 1 Mar 2015 13:18:38 +0000 (+0100) Subject: 2.3.0 X-Git-Tag: RELEASE_2_3_0~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=6591399adf9362a279ef9622181f04398760c3e2 2.3.0 --- diff --git a/package.xml b/package.xml index 187f86e..06278bf 100644 --- a/package.xml +++ b/package.xml @@ -37,9 +37,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2015-02-19 + 2015-03-01 - 2.3.0dev + 2.3.0 2.3.0 @@ -89,6 +89,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ - Deprecated http\Client::enableEvents(), use http\Client::configure(["use_eventloop" => true]) instead - Removed the cookies entry from the transfer info, wich was very slow and generated a Netscape formatted list of cookies - Changed the header parser to reject illegal characters + +Changes from RC1: +* Fixed a shutdown crash with chunked encoded stream responses ]]> diff --git a/php_http.h b/php_http.h index 5a0575d..e31a736 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 "2.3.0dev" +#define PHP_PECL_HTTP_VERSION "2.3.0" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry