X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_util_object.h;h=f9b8297c5349dd3e79af3885b3f329b185a8fd2b;hb=1052c4986a794b051dc48ba4118dbd6fd8f83c49;hp=eff4817f0c2a24f13018c4d4c45cc9825db098a2;hpb=bf87f6e654235acb023ca052a5e71faeb2635a3f;p=m6w6%2Fext-http diff --git a/php_http_util_object.h b/php_http_util_object.h index eff4817..f9b8297 100644 --- a/php_http_util_object.h +++ b/php_http_util_object.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2005, Michael Wallner | + | Copyright (c) 2004-2006, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -23,6 +23,7 @@ extern PHP_MINIT_FUNCTION(http_util_object); PHP_METHOD(HttpUtil, date); PHP_METHOD(HttpUtil, buildUrl); +PHP_METHOD(HttpUtil, buildStr); PHP_METHOD(HttpUtil, negotiateLanguage); PHP_METHOD(HttpUtil, negotiateCharset); PHP_METHOD(HttpUtil, negotiateContentType); @@ -32,8 +33,6 @@ PHP_METHOD(HttpUtil, parseHeaders); PHP_METHOD(HttpUtil, parseMessage); PHP_METHOD(HttpUtil, parseCookie); PHP_METHOD(HttpUtil, chunkedDecode); -PHP_METHOD(HttpUtil, gzEncode); -PHP_METHOD(HttpUtil, gzDecode); PHP_METHOD(HttpUtil, deflate); PHP_METHOD(HttpUtil, inflate); PHP_METHOD(HttpUtil, support);