From 59a4a40f11ab3b0bbfaad81e45a5e8a34f466f7c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 25 Oct 2006 08:17:43 +0000 Subject: [PATCH] - prepare 1.3.3 --- package.xml | 10 ++++++---- package2.xml | 7 +++++-- php_http.h | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/package.xml b/package.xml index adef4c2..dcd8fd5 100644 --- a/package.xml +++ b/package.xml @@ -23,12 +23,14 @@ support. Parallel requests are available for PHP 5 and greater. - 1.3.2 - 2006-10-10 + 1.3.3 + 2006-10-25 BSD, revised stable - * Fixed invalid detection whether a deflated response should be started -* Fixed build --without-http-zlib-compression (bug #8872) + * Fixed HttpResponse::setHeader("name", {omitted|NULL|""}) not unsetting header +* Fixed HttpRequest::__construct()'s options parameter to allow NULL +* Fixed build --without-http-curl-requests (bug #8872) +* Fixed build with PHP < 4.3.10 (bug #9067) diff --git a/package2.xml b/package2.xml index 966bc58..320875a 100644 --- a/package2.xml +++ b/package2.xml @@ -28,9 +28,9 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2006-10-10 + 2006-10-25 - 1.3.3dev + 1.3.3 1.3.0 @@ -40,6 +40,9 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised diff --git a/php_http.h b/php_http.h index 531bd38..36b6529 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.3.3dev" +#define PHP_EXT_HTTP_VERSION "1.3.3" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2