From: Michael Wallner Date: Mon, 26 Jun 2006 11:33:05 +0000 (+0000) Subject: - release 1.0.1 X-Git-Tag: RELEASE_1_0_1~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;ds=inline;h=ed4f2ff81a6afcabbce1404395f2b8da9bc2eb38;p=m6w6%2Fext-http - release 1.0.1 --- 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"