X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=php_http_message_object.h;h=8b28b15ea6a64cf3783bb17fa4eca2fb944a0c14;hb=2167974492440b31bc379a5f74a0706d3a4d481b;hp=8442f941624ae138245b16fbf84d7e6afea39e8b;hpb=e6d36989f0650bf097b6909c41cdd20a1ffcd6af;p=m6w6%2Fext-http diff --git a/php_http_message_object.h b/php_http_message_object.h index 8442f94..8b28b15 100644 --- a/php_http_message_object.h +++ b/php_http_message_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 | +--------------------------------------------------------------------+ */ @@ -95,6 +95,9 @@ PHP_METHOD(HttpMessage, unserialize); PHP_METHOD(HttpMessage, fromString); +PHP_METHOD(HttpMessage, detach); +PHP_METHOD(HttpMessage, prepend); + #endif #endif