From ed4f2ff81a6afcabbce1404395f2b8da9bc2eb38 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 26 Jun 2006 11:33:05 +0000 Subject: [PATCH] - release 1.0.1 --- package.xml | 13 ++++--------- package2.xml | 4 ++-- php_http.h | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/package.xml b/package.xml index 45aa0d9..bf499cc 100644 --- a/package.xml +++ b/package.xml @@ -23,16 +23,12 @@ support. Parallel requests are available for PHP 5 and greater. - 1.0.0 - 2006-06-09 + 1.0.1 + 2006-06-26 BSD, revised stable - + Added --with[out]-http-shared-deps configure option (dependencies on shared extensions) -+ Added INI entries: http.log.not_found, http.send.not_found_404 -+ Added HttpMessage::guessContentType() -* Fixed build on Debian systems where access to Curl_* functions is prohibited -* Fixed empty Cache-Control header if not customly set with HttpResponse -* Reset Content-Disposition and Content-Type if file is not found by http_send_file() etc + * Fixed build with gcc-2.95 (Thanks to Alexander Zhuravlev) +* Fixed memory leak in inflate code (Thanks to Thomas Landro Johnsen) @@ -198,7 +194,6 @@ support. Parallel requests are available for PHP 5 and greater. - diff --git a/package2.xml b/package2.xml index 218cd47..62d85d0 100644 --- a/package2.xml +++ b/package2.xml @@ -39,8 +39,8 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised diff --git a/php_http.h b/php_http.h index 431e7fb..389493d 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.0.1dev" +#define PHP_EXT_HTTP_VERSION "1.0.1" #ifdef HAVE_CONFIG_H # include "config.h" -- 2.30.2