X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=php_http_request_method.h;h=dcfd9b894423a4826d61efa7f0afb4f016d5659a;hp=6c29e80c5e03e5f940acabb4b951eae720b23e59;hb=4407379af8d886b627c88572e9da69c38cdbda58;hpb=d3485e3b28336153dca690e872ffe1ddc60fedd2 diff --git a/php_http_request_method.h b/php_http_request_method.h index 6c29e80..dcfd9b8 100644 --- a/php_http_request_method.h +++ b/php_http_request_method.h @@ -6,12 +6,10 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2010, Michael Wallner | + | Copyright (c) 2004-2011, Michael Wallner | +--------------------------------------------------------------------+ */ -/* $Id: php_http_request_method_api.h 292841 2009-12-31 08:48:57Z mike $ */ - #ifndef PHP_HTTP_REQUEST_METHOD_H #define PHP_HTTP_REQUEST_METHOD_H @@ -53,7 +51,7 @@ typedef enum php_http_request_method { PHP_HTTP_MAX_REQUEST_METHOD = 28 } php_http_request_method_t; -PHP_HTTP_API const char *php_http_request_method_name(php_http_request_method_t meth); +PHP_HTTP_API const char *php_http_request_method_name(php_http_request_method_t meth TSRMLS_DC); PHP_HTTP_API STATUS php_http_request_method_register(const char *meth_str, size_t meth_len, long *id TSRMLS_DC); extern zend_class_entry *php_http_request_method_class_entry;