From: Michael Wallner Date: Fri, 24 Jul 2009 12:39:27 +0000 (+0000) Subject: release 1.6.4 X-Git-Tag: RELEASE_1_6_4~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=fe4423659169f3fa0dac7eb8ca9ae367728ad9a7 release 1.6.4 --- diff --git a/package.xml b/package.xml index cc5c3e8..0251834 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ - + pecl_http Extended HTTP Support This HTTP extension aims to provide a convenient and powerful @@ -23,16 +23,16 @@ support. Parallel requests are available for PHP 5 and greater. - 1.6.3 - 2009-02-12 + 1.6.4 + 2009-07-24 BSD, revised stable - * 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) + * Fixed PHP4 build +* Fixed PHP5.3 issue in the negotiation API +* Fixed HttpMessage::toMessageTypeObject() to honor non-string arguments +* Fixed memory leaks and unterminated string issues with HttpMessage +* Fixed bug #16577 typo in http_request_object.c (HttpRequest::addBody) +* Fixed bug #16700 child classes of HttpMessage cannot not have array properties @@ -98,6 +98,8 @@ support. Parallel requests are available for PHP 5 and greater. + + diff --git a/package2.xml b/package2.xml index 060f638..36b8a8b 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 - 2009-03-17 + 2009-07-24 - 1.6.4dev + 1.6.4 1.6.0 @@ -40,9 +40,11 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised @@ -179,6 +181,7 @@ support. Parallel requests are available for PHP 5 and greater. + diff --git a/php_http.h b/php_http.h index 8ca1f55..5ff1488 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.4-dev" +#define PHP_HTTP_VERSION "1.6.4" #ifdef HAVE_CONFIG_H # include "config.h"