From db416fc4a150385aeb0c3eb4c2ae254057282b56 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 2 Oct 2006 14:12:40 +0000 Subject: [PATCH] - release 1.3.1 --- package.xml | 11 +++++------ package2.xml | 4 ++-- php_http.h | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/package.xml b/package.xml index 95ee368..2435355 100644 --- a/package.xml +++ b/package.xml @@ -23,14 +23,12 @@ support. Parallel requests are available for PHP 5 and greater. - 1.3.0 - 2006-09-19 + 1.3.1 + 2006-10-02 BSD, revised stable - + 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) + * Fixed build with gcc-2.95 (bug #8737) +* Fixed bug in HttpRequestPool where a negative timeout was passed to select() @@ -222,6 +220,7 @@ support. Parallel requests are available for PHP 5 and greater. + diff --git a/package2.xml b/package2.xml index a856366..83fece3 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-19 + 2006-10-02 - 1.3.1dev + 1.3.1 1.3.0 diff --git a/php_http.h b/php_http.h index 104f9f7..c93067e 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.1dev" +#define PHP_EXT_HTTP_VERSION "1.3.1" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2