From 3e5cfc8e26b5d9c538edbb841104bd82327fc797 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 30 Sep 2005 11:16:39 +0000 Subject: [PATCH] - release 0.14.1 --- package.xml | 19 +++---------------- package2.xml | 18 ++---------------- php_http.h | 2 +- 3 files changed, 6 insertions(+), 33 deletions(-) diff --git a/package.xml b/package.xml index 3beea45..cd93d74 100644 --- a/package.xml +++ b/package.xml @@ -23,24 +23,11 @@ - 0.14.0 - 2005-09-27 + 0.14.1 + 2005-09-30 PHP License beta - + Added missing support for raw post data in HttpRequest -+ Added missing HttpMessage::setBody() -+ Added HttpRequest::METH_* constants -+ Added HttpRequest::AUTH_* constants -+ Added HttpMessage::TYPE_* constants -+ Added HttpResponse::ETAG_* constants -+ Added HTTP_ETAG_MHASH_* constants -+ Added supported ETag hash algrithms to php_info() output -+ Added ETag hashing through PHPs CRC32() implementation -+ Added new language/charset negotiator - -* Changed HttpMessage::toString([include_parent = true]) to false -* Renamed HTTP_GET etc. constants to HTTP_METH_GET -* Fixed protected property access + * Fixed PHP-5.0 build diff --git a/package2.xml b/package2.xml index 7247bee..fc59a25 100644 --- a/package2.xml +++ b/package2.xml @@ -30,7 +30,7 @@ 2005-00-00 - 0.14.1dev + 0.14.1 0.14.0 @@ -39,21 +39,7 @@ PHP License diff --git a/php_http.h b/php_http.h index 870eb61..87e1f3a 100644 --- a/php_http.h +++ b/php_http.h @@ -18,7 +18,7 @@ #ifndef PHP_EXT_HTTP_H #define PHP_EXT_HTTP_H -#define HTTP_PEXT_VERSION "0.14.1dev" +#define HTTP_PEXT_VERSION "0.14.1" /* make compile on Win32 */ #ifdef HTTP_HAVE_CURL -- 2.30.2