X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=http_request_method_api.c;fp=http_request_method_api.c;h=c6c138ef172f4b671ab253b53a8c1529f59f5e9c;hp=3480c3be0dad4d453b3975b5f64402c9d846e8c3;hb=45abbc6fd229be01e963e9642a03118d3c99131c;hpb=6e9ea0a647db55213dd230145c35a419d7abde4d diff --git a/http_request_method_api.c b/http_request_method_api.c index 3480c3b..c6c138e 100644 --- a/http_request_method_api.c +++ b/http_request_method_api.c @@ -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)