X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=php_http_request_method.h;h=bb2efc7992c6737e4bf0ff609b6053e7fe194604;hb=dedad9f35cbeaee56e7cca145e378cc6548198e3;hp=6c29e80c5e03e5f940acabb4b951eae720b23e59;hpb=d3485e3b28336153dca690e872ffe1ddc60fedd2;p=m6w6%2Fext-http diff --git a/php_http_request_method.h b/php_http_request_method.h index 6c29e80..bb2efc7 100644 --- a/php_http_request_method.h +++ b/php_http_request_method.h @@ -53,7 +53,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;