X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_message_object.h;h=17f05d870a66c8e84dec26b999bc4b1d576ac58b;hp=7f47167a049c37dcb5a7f72e7ae66f7ea35a179c;hb=0ff6f2e95f36a918a156fb1246f122613463fd6b;hpb=73508c8e9957ba07de65e41342f74fd49a8ce13a diff --git a/php_http_message_object.h b/php_http_message_object.h index 7f47167..17f05d8 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-2006, Michael Wallner | + | Copyright (c) 2004-2007, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -86,6 +86,8 @@ PHP_METHOD(HttpMessage, setHeaders); PHP_METHOD(HttpMessage, addHeaders); PHP_METHOD(HttpMessage, getType); PHP_METHOD(HttpMessage, setType); +PHP_METHOD(HttpMessage, getInfo); +PHP_METHOD(HttpMessage, setInfo); PHP_METHOD(HttpMessage, getResponseCode); PHP_METHOD(HttpMessage, setResponseCode); PHP_METHOD(HttpMessage, getResponseStatus); @@ -111,7 +113,8 @@ PHP_METHOD(HttpMessage, current); PHP_METHOD(HttpMessage, key); PHP_METHOD(HttpMessage, next); -PHP_METHOD(HttpMessage, fromString); +PHP_METHOD(HttpMessage, factory); +PHP_METHOD(HttpMessage, fromEnv); PHP_METHOD(HttpMessage, detach); PHP_METHOD(HttpMessage, prepend);