From 8ad1b79cae188958322f6c735cbd7af757ff8226 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 26 Nov 2013 11:42:26 +0100 Subject: [PATCH] release 2.0.1 --- TODO | 5 ----- package.xml | 4 ++-- php_http.h | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-) 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 -- 2.30.2