From: Michael Wallner Date: Tue, 26 Nov 2013 10:42:26 +0000 (+0100) Subject: release 2.0.1 X-Git-Tag: RELEASE_2_0_1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=8ad1b79cae188958322f6c735cbd7af757ff8226 release 2.0.1 --- diff --git a/TODO b/TODO index db7d39d..07bf35a 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,3 @@ * let http_info.request.url be a php_url * let the message body be a simple query string unless files are added * php_http_message_serialize reverses the chain twice; remove that -* revisit error handling - * ditch http\Object - * interfacize http\Exception - * subclass Exceptions - * zend_throw_exception \ No newline at end of file diff --git a/package.xml b/package.xml index e9b5014..13906c4 100644 --- a/package.xml +++ b/package.xml @@ -37,7 +37,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ mike@php.net yes - 2013-11-22 + 2013-11-26 2.0.1 2.0.0 @@ -49,7 +49,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ BSD, revised diff --git a/php_http.h b/php_http.h index 4ceb8f0..b0cbeac 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.0.1dev" +#define PHP_PECL_HTTP_VERSION "2.0.1" extern zend_module_entry http_module_entry; #define phpext_http_ptr &http_module_entry