From 12a25257d91d48165590c4901c44f54ee9d23e9c Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 12 Feb 2009 17:14:53 +0000 Subject: [PATCH] release 1.6.3 --- package.xml | 16 +++++++++------- php_http.h | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/package.xml b/package.xml index 05ffeba..cc5c3e8 100644 --- a/package.xml +++ b/package.xml @@ -23,15 +23,16 @@ support. Parallel requests are available for PHP 5 and greater. - 1.6.2 - 2008-12-05 + 1.6.3 + 2009-02-12 BSD, revised stable - * Fixed PHP-5.3 API incompatibilities (including bug #15065) -* Fixed memory corruption with headers and HttpRequest -* Fixed crash in HttpMessage::unserialize() -* Fixed bug #14826 (race condition in http_request_dtor) -* Fixed bug #15223 (http_parse_message cuts off more than headers) + * Fixed bug #15495 (HttpMessage::setHttpVersion segfault) +* Fixed bug #15497 (HttpInflateStream::finish segfault) +* Fixed bug #15499 (HttpRequest::addHeaders segfault) +* Fixed bug #15509 (HttpMessage::rewind memory leaks) +* Fixed bug #15800 (Double free when zval is separated in convert_to_*) +* Fixed bug #15813 (Requests not removed from multi stack when fatal errors occur with fcgi) @@ -64,6 +65,7 @@ support. Parallel requests are available for PHP 5 and greater. + diff --git a/php_http.h b/php_http.h index fbb327b..56b6b52 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_HTTP_VERSION "1.6.3-dev" +#define PHP_HTTP_VERSION "1.6.3" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2