X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=http_request_method_api.c;h=f1bd6510e4c7135171a9261560326821d95c1424;hb=76ef3c1710bd22c560f9459f00452050d72f44db;hp=3480c3be0dad4d453b3975b5f64402c9d846e8c3;hpb=26591cefa8d85dced14547a0fb621b9a289ef2de;p=m6w6%2Fext-http diff --git a/http_request_method_api.c b/http_request_method_api.c index 3480c3b..f1bd651 100644 --- a/http_request_method_api.c +++ b/http_request_method_api.c @@ -6,7 +6,7 @@ | modification, are permitted provided that the conditions mentioned | | in the accompanying LICENSE file are met. | +--------------------------------------------------------------------+ - | Copyright (c) 2004-2005, Michael Wallner | + | Copyright (c) 2004-2006, Michael Wallner | +--------------------------------------------------------------------+ */ @@ -65,6 +65,7 @@ static const char *const http_request_methods[] = { }; /* }}} */ +/* {{{ */ PHP_MINIT_FUNCTION(http_request_method) { /* HTTP/1.1 */ @@ -124,6 +125,7 @@ PHP_RSHUTDOWN_FUNCTION(http_request_method) return SUCCESS; } +/* }}} */ /* {{{ char *http_request_method_name(http_request_method) */ PHP_HTTP_API const char *_http_request_method_name(http_request_method m TSRMLS_DC)