From 64594674624ccfc6512ab0cc02edd071a5ffcba7 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 19 Mar 2006 18:43:31 +0000 Subject: [PATCH] - release 1.0.0RC1 --- docs/functions.html | 3 ++- package.xml | 20 ++++++++------------ package2.xml | 4 ++-- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/docs/functions.html b/docs/functions.html index 9063679..a18aafa 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -983,6 +983,7 @@ parameter is unset no header with this name will be sent.

Accepts a string as optional parameter which specifies the name of the
header to read. If the parameter is empty or omitted, an associative array
with all headers will be returned.

+

NOTE: In Apache2 this only works for PHP-5.1.3 and greater.

Returns either a string containing the value of the header matching name,
FALSE on failure, or an associative array with all headers.

static bool HttpResponse::setCache(bool cache)

@@ -1400,7 +1401,7 @@ http.cache_log is set.

-

Generated at: Tue, 07 Mar 2006 16:07:37 +0100

+

Generated at: Sun, 19 Mar 2006 19:28:39 +0100

diff --git a/package.xml b/package.xml index 5b403d6..6604846 100644 --- a/package.xml +++ b/package.xml @@ -30,20 +30,15 @@ HttpResponse - 0.25.0 - 2006-03-07 + 1.0.0RC1 + 2006-03-19 BSD, revised beta - * Fixed bug #6924 (Linking fails on Mac OSX). -* Fixed HttpRequest::addRawPostData(). - -- Renamed HttpQueryString::getInstance() to more commonly used ::singleton(). -- Renamed HttpQueryString::iconv() to more generic ::xlate(). - -+ Added feature request http_put_data() and HttpRequest::(set|get|add)PutData(). -+ Added 'range' request option. -+ Added 'proxytype' request option. -+ Added HTTP_PROXY_HTTP, HTTP_PROXY_SOCKS4, HTTP_PROXY_SOCKS5 constants. + * 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. @@ -119,6 +114,7 @@ HttpResponse + diff --git a/package2.xml b/package2.xml index 91a8738..3fba4a9 100644 --- a/package2.xml +++ b/package2.xml @@ -37,8 +37,8 @@ HttpResponse 2006-00-00 - 1.0.0RC - 1.0.0RC + 1.0.0RC1 + 1.0.0 beta -- 2.30.2