X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_util_object.h;h=4c263a2e7a9aafa571e1581ec26667f61ca190ab;hb=ad5c874bc157f84d7e9c2fcd261adcfef4b2efe3;hp=25263b86d8334d173f98edfcbc8f822efa4728b6;hpb=a19f558421040b5396b3d76e6c4878d7eda85aba;p=m6w6%2Fext-http diff --git a/php_http_util_object.h b/php_http_util_object.h index 25263b8..4c263a2 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, buildQuery); PHP_METHOD(HttpUtil, negotiateLanguage); PHP_METHOD(HttpUtil, negotiateCharset); PHP_METHOD(HttpUtil, negotiateContentType);