From f3ce3047c2a861a4ee3fcd7e74074cbd0ebc3714 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 8 Jan 2006 16:21:45 +0000 Subject: [PATCH] - version bump - changelog --- package2.xml | 21 ++++++++------------- php_http.h | 2 +- 2 files changed, 9 insertions(+), 14 deletions(-) diff --git a/package2.xml b/package2.xml index 9313ad0..48ee780 100644 --- a/package2.xml +++ b/package2.xml @@ -37,8 +37,8 @@ HttpResponse 2006-00-00 - 0.21.0 - 0.21.0 + 0.22.0-dev + 0.22.0 beta @@ -46,19 +46,14 @@ HttpResponse BSD, revised 7.14.1) +- Don't pretend anylonger to understand 'compress' Content-Encoding. +- Changed http_redirect() to PHPs behaviour by default. +- Sending an User-Agent can now prevented by setting 'useragent' to NULL or empty string. (Ilia) -- Changed all methods and properties with "URI" in their name to "URL" -- Changed HttpRequest properties to be private - -* Fixed a lot of memory corruptions within HttpRequest - -Special thanks for this release go to Ilia Alshanetsky. +* Decreased the per-request calls to curl_easy_setopt() +* Fixed ZTS + gnutls build ]]> diff --git a/php_http.h b/php_http.h index 793b213..66a7a9a 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.21.0" +#define PHP_EXT_HTTP_VERSION "0.22.0-dev" #include "php.h" #include "php_http_std_defs.h" -- 2.30.2