From: Michael Wallner Date: Wed, 15 Jun 2005 16:15:45 +0000 (+0000) Subject: - release 0.9.0 X-Git-Tag: RELEASE_0_9_0~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=51e3ab1a14fa4cf73dbee27ad045bb7784526fd4;hp=0504cc33523ceb65995199ddd319771a94d5e1c3 - release 0.9.0 --- diff --git a/package.xml b/package.xml index 015e254..8d7c3c4 100644 --- a/package.xml +++ b/package.xml @@ -15,7 +15,7 @@ * Negotiating user preferred language/charset * Convenient request functions built upon libcurl * HTTP auth hooks (Basic) -* PHP5 classes: HttpUtil, HttpResponse, HttpRequest, HttpMessage +* PHP5 classes: HttpUtil, HttpResponse, HttpRequest, HttpRequestPool, HttpMessage ]]> PHP License 3.0 @@ -30,19 +30,12 @@ - 0.8.0 - 2005-06-06 + 0.9.0 + 2005-06-15 beta @@ -60,6 +53,9 @@ phpstr/phpstr.h phpstr/phpstr.c + missing.h + missing.c + php_http.h php_http_std_defs.h php_http_api.h @@ -69,11 +65,13 @@ php_http_headers_api.h php_http_message_api.h php_http_request_api.h + php_http_request_pool_api.h php_http_send_api.h php_http_url_api.h php_http_util_object.h php_http_message_object.h php_http_request_object.h + php_http_requestpool_object.h php_http_response_object.h php_http_exception_object.h @@ -87,11 +85,13 @@ http_headers_api.c http_message_api.c http_request_api.c + http_request_pool_api.c http_send_api.c http_url_api.c http_util_object.c http_message_object.c http_request_object.c + http_requestpool_object.c http_response_object.c http_exception_object.c diff --git a/php_http.h b/php_http.h index dc67383..4ace1a6 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.9.0dev" +#define HTTP_PEXT_VERSION "0.9.0" /* make compile on Win32 */ #ifdef HTTP_HAVE_CURL