use the new params parser
[m6w6/ext-http] / php_http_request_method.h
index 6c29e80c5e03e5f940acabb4b951eae720b23e59..dcfd9b894423a4826d61efa7f0afb4f016d5659a 100644 (file)
@@ -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 <mike@php.net>            |
+    | Copyright (c) 2004-2011, Michael Wallner <mike@php.net>            |
     +--------------------------------------------------------------------+
 */
 
-/* $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;