From 6591399adf9362a279ef9622181f04398760c3e2 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 1 Mar 2015 14:18:38 +0100 Subject: [PATCH] 2.3.0 --- package.xml | 7 +++++-- php_http.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) 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 -- 2.30.2