From: Michael Wallner Date: Tue, 28 Mar 2006 10:08:03 +0000 (+0000) Subject: - release 1.0.0RC2 X-Git-Tag: RELEASE_1_0_0RC3~26 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=8d980e09a008a1c223be1a068ab522750f8bbdad - release 1.0.0RC2 --- diff --git a/package.xml b/package.xml index 6604846..70912bf 100644 --- a/package.xml +++ b/package.xml @@ -30,15 +30,14 @@ HttpResponse - 1.0.0RC1 - 2006-03-19 + 1.0.0RC2 + 2006-03-28 BSD, revised beta - * Fixed possible crash in HttpQueryString if the SAPI does not have a treat_data function registered. -* Fixed http_build_str() to urlencode square brackets ("[]"). -* Fixed HttpQueryString::xlate() -* Fixed builds where include/php/ext/iconv does not have php_have_*.h files -* Fixed PHP-4 build. + * Fixed Bug #7192: Build against libcurl >= 7.15.2 fails +* Fixed access of super globals +* Fixed sending userspace streams +* Fixed too aggressive caching behaviour of HttpResponse diff --git a/package2.xml b/package2.xml index bdc6fd1..39acc85 100644 --- a/package2.xml +++ b/package2.xml @@ -49,7 +49,7 @@ HttpResponse * Fixed Bug #7192: Build against libcurl >= 7.15.2 fails * Fixed access of super globals * Fixed sending userspace streams -* Fixed too aggressive caching behavour of HttpResponse +* Fixed too aggressive caching behaviour of HttpResponse ]]> diff --git a/php_http.h b/php_http.h index 7244c85..553796a 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 "1.0.0RC2-dev" +#define PHP_EXT_HTTP_VERSION "1.0.0RC2" #ifdef HAVE_CONFIG_H # include "config.h"