From ea78d2c3a5c149a22ccd10d34da75754e4451b3d Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 19 Sep 2006 14:59:06 +0000 Subject: [PATCH] - release 1.3.0 --- package.xml | 20 ++++++++++++-------- package2.xml | 10 +++++----- php_http.h | 2 +- 3 files changed, 18 insertions(+), 14 deletions(-) diff --git a/package.xml b/package.xml index cdebd3f..95ee368 100644 --- a/package.xml +++ b/package.xml @@ -23,16 +23,14 @@ support. Parallel requests are available for PHP 5 and greater. - 1.2.1 - 2006-08-26 + 1.3.0 + 2006-09-19 BSD, revised stable - + Added HttpException::__toString() which takes care about any inner exceptions -- Disallowed detaching HttpRequest objects from HttpRequestPool while executing progress callback -* Fixed crash on detaching requests from pool in request event callbacks -* Fixed suppression of nested exceptions in e.g. HttpRequestPool::send() (fixes bug #8535) -* Fixed issues with inheritance and cloning of HttpDeflateStream, HttpInflateStream and HttpMessage - (Extending classes lose default properties on instantiation; Complex members ignored during cloning) + + Added HttpRequestDataShare (interface to curl_share) ++ Added "dns_cache_timeout", "low_speed_limit", "low_speed_time", "max_send_speed", + "max_recv_speed", "forbid_reuse" and "fresh_connect" request options ++ Added HttpRequestPool::enablePipelining([bool enable = TRUE]) (libcurl >= 7.16.0, unstable) @@ -111,6 +109,8 @@ support. Parallel requests are available for PHP 5 and greater. + + @@ -217,9 +217,11 @@ support. Parallel requests are available for PHP 5 and greater. + + @@ -248,9 +250,11 @@ support. Parallel requests are available for PHP 5 and greater. + + diff --git a/package2.xml b/package2.xml index 829948f..7f7fa8b 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-09-00 + 2006-09-19 - 1.3.0dev + 1.3.0 1.3.0 @@ -39,10 +39,10 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised = 7.16.0) ++ Added HttpRequestDataShare (interface to curl_share) + Added "dns_cache_timeout", "low_speed_limit", "low_speed_time", "max_send_speed", "max_recv_speed", "forbid_reuse" and "fresh_connect" request options -+ Added HttpRequestDataShare (interface to curl_share) ++ Added HttpRequestPool::enablePipelining([bool enable = TRUE]) (libcurl >= 7.16.0, unstable) ]]> @@ -82,7 +82,7 @@ support. Parallel requests are available for PHP 5 and greater. - ) + diff --git a/php_http.h b/php_http.h index 4bd31d7..0fa1671 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.0dev" +#define PHP_EXT_HTTP_VERSION "1.3.0" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2