X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_object.h;h=262a202ae4fd39e6c9b2d85f88592879cb854dfc;hp=d959a47269c4dc82eeaf70745b5050a70b68c16e;hb=d49be1d46a5015f4b7daf1cb56754ba791cf9ec5;hpb=aca5a5a21e4514707a71cfa69cc19ae50a78f5d3 diff --git a/php_http_request_object.h b/php_http_request_object.h index d959a47..262a202 100644 --- a/php_http_request_object.h +++ b/php_http_request_object.h @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2007, Michael Wallner | + | Copyright (c) 2004-2010, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -17,6 +17,7 @@ #ifdef HTTP_HAVE_CURL #ifdef ZEND_ENGINE_2 +#include "php_http_request_api.h" #include "php_http_request_pool_api.h" #include "php_http_request_datashare_api.h" @@ -60,6 +61,7 @@ PHP_METHOD(HttpRequest, getCookies); PHP_METHOD(HttpRequest, setCookies); PHP_METHOD(HttpRequest, enableCookies); PHP_METHOD(HttpRequest, resetCookies); +PHP_METHOD(HttpRequest, flushCookies); PHP_METHOD(HttpRequest, setMethod); PHP_METHOD(HttpRequest, getMethod); PHP_METHOD(HttpRequest, setUrl); @@ -97,6 +99,8 @@ PHP_METHOD(HttpRequest, getRequestMessage); PHP_METHOD(HttpRequest, getRawRequestMessage); PHP_METHOD(HttpRequest, getHistory); PHP_METHOD(HttpRequest, clearHistory); +PHP_METHOD(HttpRequest, getMessageClass); +PHP_METHOD(HttpRequest, setMessageClass); PHP_METHOD(HttpRequest, factory); #endif