From: Michael Wallner Date: Sun, 8 Jan 2006 16:21:45 +0000 (+0000) Subject: - version bump X-Git-Tag: RELEASE_1_0_4~7 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=f3ce3047c2a861a4ee3fcd7e74074cbd0ebc3714;hp=df90736032e1dace78ea996502cc0f69806909e2 - version bump - changelog --- 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"