X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_message_object.h;h=17f05d870a66c8e84dec26b999bc4b1d576ac58b;hp=2d9fcb1c6ab14aa3ab2ea974ada8ec2b8453f67c;hb=a41db47b3996218b6c8b3e7170352ffdfb2f0670;hpb=b3afcfc70bf06c062115f4994cc04fc8c6e4aa67 diff --git a/php_http_message_object.h b/php_http_message_object.h index 2d9fcb1..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); @@ -112,6 +114,7 @@ PHP_METHOD(HttpMessage, key); PHP_METHOD(HttpMessage, next); PHP_METHOD(HttpMessage, factory); +PHP_METHOD(HttpMessage, fromEnv); PHP_METHOD(HttpMessage, detach); PHP_METHOD(HttpMessage, prepend);