From 9793bf6f141f2aeba5f4671264e71eaeac761f06 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sun, 5 Nov 2006 19:01:49 +0000 Subject: [PATCH 1/1] - changelog --- package.xml | 15 ++++++--------- package2.xml | 17 +++++++---------- php_http.h | 2 +- 3 files changed, 14 insertions(+), 20 deletions(-) diff --git a/package.xml b/package.xml index cfabd60..13f2f73 100644 --- a/package.xml +++ b/package.xml @@ -23,17 +23,14 @@ support. Parallel requests are available for PHP 5 and greater. - 1.3.3 - 2006-10-27 + 1.4.0dev + 2006-11-05 BSD, revised stable - * Fixed HttpResponse::setHeader("name", {omitted|NULL|""}) not unsetting header -* Fixed array parameters to allow NULL in HttpRequest::__construct(), - HttpRequest::getResposeCookie(), HttpMessage::setHeaders(), - http_parse_cookie(), http_post_fields(). -* Fixed possible leak in http_send_data() and HttpResponse::setData() -* Fixed build --without-http-curl-requests (bug #8872) -* Fixed build with PHP < 4.3.10 (bug #9067) + + Added "ipresolve" request option ++ Added HTTP_IPRESOLVE_{ANY|V4|V6}, HttpRequest::IPRESOLVE_{ANY|V4|V6} constants +* Fixed crash when using non-associative arrays as request headers +* Fixed crash when serializing incomplete HttpMessage objects diff --git a/package2.xml b/package2.xml index b4e55ba..adfef31 100644 --- a/package2.xml +++ b/package2.xml @@ -28,10 +28,10 @@ support. Parallel requests are available for PHP 5 and greater. mike@php.net yes - 2006-10-25 + 2006-11-05 - 1.3.3 - 1.3.0 + 1.4.0dev + 1.4.0 stable @@ -39,13 +39,10 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised diff --git a/php_http.h b/php_http.h index c8a1145..61fd4c8 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.4dev" +#define PHP_EXT_HTTP_VERSION "1.4.0dev" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2