From fa976d1ff57ae5e4653a6f1a0a1bfeae06b1b6c5 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 4 Dec 2006 18:19:54 +0000 Subject: [PATCH] - release 1.4.0RC1 --- package.xml | 7 ++++--- package2.xml | 7 ++++--- php_http.h | 2 +- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package.xml b/package.xml index 7eb44a4..51fa642 100644 --- a/package.xml +++ b/package.xml @@ -23,10 +23,10 @@ support. Parallel requests are available for PHP 5 and greater. - 1.4.0dev - 2006-11-23 + 1.4.0RC1 + 2006-12-04 BSD, revised - stable + beta * Improved response performance + Added "ipresolve" request option + Added HTTP_IPRESOLVE_{ANY|V4|V6}, HttpRequest::IPRESOLVE_{ANY|V4|V6} constants @@ -36,6 +36,7 @@ support. Parallel requests are available for PHP 5 and greater. * Fixed crash when using non-associative arrays as request headers * Fixed crash when serializing incomplete HttpMessage objects * Fixed bug #9282: libcurl version error in configure (keith at iveys dot org) +* Fixed crash when retrieving the response message from an unserialized HttpRequest object - Removed obsolete HTML function reference diff --git a/package2.xml b/package2.xml index d830cf1..b9e136e 100644 --- a/package2.xml +++ b/package2.xml @@ -28,13 +28,13 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2006-11-22 + 2006-12-04 - 1.4.0dev + 1.4.0RC1 1.4.0 - stable + beta stable BSD, revised @@ -48,6 +48,7 @@ support. Parallel requests are available for PHP 5 and greater. * Fixed crash when using non-associative arrays as request headers * Fixed crash when serializing incomplete HttpMessage objects * Fixed bug #9282: libcurl version error in configure (keith at iveys dot org) +* Fixed crash when retrieving the response message from an unserialized HttpRequest object - Removed obsolete HTML function reference ]]> diff --git a/php_http.h b/php_http.h index 59a2024..ec45112 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.4.0dev" +#define PHP_EXT_HTTP_VERSION "1.4.0RC1" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2