From: Michael Wallner Date: Wed, 12 Nov 2014 13:42:47 +0000 (+0100) Subject: prepare 2.2.0RC1 X-Git-Tag: RELEASE_2_2_0_RC1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=22ba22a6bd587683a235e8a7af6958aec0516b45 prepare 2.2.0RC1 --- diff --git a/package.xml b/package.xml index c02cad1..0f2c450 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 - 2014-08-19 + 2014-11-12 - 2.2.0dev + 2.2.0RC1 2.2.0 @@ -51,8 +51,9 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ - var_dump(http\Message) no longer automatically creates an empty body + Added http\Message\Parser class + Made http\Client::once() and http\Client::wait() available when using events -+ Added http\Url::parse() method + Added http\Url::PARSE_MBLOC, http\Url::PARSE_MBUTF8, http\Url::PARSE_TOIDN and http\Url::PARSE_TOPCT constants ++ Added http\Env\Response::setCookie() ++ Added http\Env\Request::getCookie() ]]> @@ -188,6 +189,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ + @@ -214,6 +216,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ + diff --git a/php_http.h b/php_http.h index 98332cb..d9b87e5 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.2.0dev" +#define PHP_PECL_HTTP_VERSION "2.2.0RC1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry