From 8610c19f3cb6065001e41c6fa81000d930533927 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Tue, 31 May 2005 12:29:27 +0000 Subject: [PATCH] - prepare 0.8.0 --- package.xml | 7 +++++-- php_http.h | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package.xml b/package.xml index 6791580..c113ced 100644 --- a/package.xml +++ b/package.xml @@ -15,6 +15,7 @@ * Negotiating user preferred language/charset * Convenient request functions to HEAD/GET/POST if libcurl is available * HTTP auth hooks (Basic) +* PHP5 classes: HttpUtil, HttpResponse, HttpRequest, HttpMessage ]]> PHP License 3.0 @@ -29,8 +30,8 @@ - 0.8.0dev - 2005-05-00 + 0.8.0 + 2005-05-31 beta diff --git a/php_http.h b/php_http.h index f9d95a8..27e8fc0 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.8.0-dev" +#define HTTP_PEXT_VERSION "0.8.0" /* make compile on Win32 */ #ifdef HTTP_HAVE_CURL -- 2.30.2