From: Michael Wallner Date: Thu, 10 Feb 2005 18:58:11 +0000 (+0000) Subject: * version bump X-Git-Tag: RELEASE_0_4_0~28 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=9c566f3419df4dc202540b2e9ab042bef72263b7 * version bump --- diff --git a/package.xml b/package.xml index 83db6be..3809bb3 100644 --- a/package.xml +++ b/package.xml @@ -29,17 +29,10 @@ - 0.3.0 - 2005-02-10 + 0.4.0 + 2005-02-xx alpha URI." in http_redirect() for full RFC compliance - * fixed http_cache_last_modified(): if parameter was omitted, would have always sent 304 Not Modified - * added http_parse_headers() ]]> diff --git a/php_http.h b/php_http.h index b1ecf95..5f96f52 100644 --- a/php_http.h +++ b/php_http.h @@ -18,7 +18,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define PHP_EXT_HTTP_VERSION "0.3.0" +#define PHP_EXT_HTTP_VERSION "0.4.0" /* make compile on Win32 */ #include "php_streams.h"