X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_env_request.h;h=f6b8f40c2ff0a4e463712a419990e27ce2b4d1c3;hp=7b529a1dd00dd7023d86f0b41ee37e3470c4ce91;hb=0b83632b2b0a03eeca090f993259ccd95ab646fb;hpb=61ab11d34fbc432f5cfc9753bdaee0f716c5e406 diff --git a/php_http_env_request.h b/php_http_env_request.h index 7b529a1..f6b8f40 100644 --- a/php_http_env_request.h +++ b/php_http_env_request.h @@ -6,20 +6,14 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2011, Michael Wallner | + | Copyright (c) 2004-2013, Michael Wallner | +--------------------------------------------------------------------+ */ #ifndef PHP_HTTP_ENV_REQUEST_H #define PHP_HTTP_ENV_REQUEST_H -zend_class_entry *php_http_env_request_get_class_entry(void); - -PHP_METHOD(HttpEnvRequest, __construct); -PHP_METHOD(HttpEnvRequest, getForm); -PHP_METHOD(HttpEnvRequest, getQuery); -PHP_METHOD(HttpEnvRequest, getFiles); - +PHP_HTTP_API zend_class_entry *php_http_env_request_class_entry; PHP_MINIT_FUNCTION(http_env_request); #endif