X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_util_object.h;h=f9b8297c5349dd3e79af3885b3f329b185a8fd2b;hb=1052c4986a794b051dc48ba4118dbd6fd8f83c49;hp=25263b86d8334d173f98edfcbc8f822efa4728b6;hpb=a19f558421040b5396b3d76e6c4878d7eda85aba;p=m6w6%2Fext-http diff --git a/php_http_util_object.h b/php_http_util_object.h index 25263b8..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);