From: Michael Wallner Date: Thu, 15 Dec 2005 14:28:05 +0000 (+0000) Subject: - release 0.20.0 X-Git-Tag: RELEASE_0_20_0~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=88c32bffeedce1e3c9c611a3444b2d40f8c854a9 - release 0.20.0 --- diff --git a/package.xml b/package.xml index acfda11..cfff081 100644 --- a/package.xml +++ b/package.xml @@ -27,7 +27,7 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) 0.20.0 - 2005-12-12 + 2005-12-15 BSD, revised beta ! Request functionality requires libcurl >= 7.12.3 now @@ -35,17 +35,19 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) + Added 'bodyonly' request option + Added IOCTL callback for cURL + Added ssl_engines array and cookies array to the request info array ++ Added http_parse_cookie() to parse Set-Cookie headers - Renamed http_connectcode to connect_code in the request info array -- Rewrote internal request API - Enable "original headers" previously stripped off by the message parser: o X-Original-Transfer-Encoding (Transfer-Encoding) o X-Original-Content-Encoding (Content-Encoding) o X-Original-Content-Length (Content-Length) - RequestExceptions thrown by HttpRequestPool::__construct() and send() are now wrapped into the HttpRequestPoolException object's $exceptionStack property +- Removed http_compress() and http_uncompress() (http_deflate/inflate ambiguity) * Fixed bug which caused GZIP encoded archives to be decoded +* Fixed bug with DEFLATE encoded response messages * Fixed several memory leaks and inconspicuous access violations * Fixed some logical errors in the uri builder @@ -61,8 +63,8 @@ HttpUtil, HttpMessage, HttpRequest, HttpRequestPool; HttpResponse (PHP-5.1) - - + + diff --git a/php_http.h b/php_http.h index f738a3f..198196d 100644 --- a/php_http.h +++ b/php_http.h @@ -15,7 +15,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_EXT_HTTP_VERSION "0.20.0dev" +#define PHP_EXT_HTTP_VERSION "0.20.0" #include "php.h" #include "php_http_std_defs.h"