X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_env_request.h;h=a97836be904e7542987278c47ff185a2f66cf6d2;hp=9a27f10202026821828e65e17bce7d9ddfd2dc72;hb=791511f3bc18cdc68b3f27b43d9396cf56d99e5a;hpb=14aec371d6123fbedbe13ca73b6a6d5768c635cb diff --git a/php_http_env_request.h b/php_http_env_request.h index 9a27f10..a97836b 100644 --- a/php_http_env_request.h +++ b/php_http_env_request.h @@ -6,21 +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-2014, Michael Wallner | +--------------------------------------------------------------------+ */ #ifndef PHP_HTTP_ENV_REQUEST_H #define PHP_HTTP_ENV_REQUEST_H -extern zend_class_entry *php_http_env_request_class_entry; -extern zend_function_entry php_http_env_request_method_entry[]; - -PHP_METHOD(HttpEnvRequest, __construct); -PHP_METHOD(HttpEnvRequest, getPost); -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