From aa133ea2821787c0cf4ac8750ddd22341752f135 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Tue, 18 Sep 2012 22:16:51 +0200 Subject: Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver --- sapi/cli/php_http_parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/cli/php_http_parser.h') diff --git a/sapi/cli/php_http_parser.h b/sapi/cli/php_http_parser.h index 0f6c13dd35..2bf2356725 100644 --- a/sapi/cli/php_http_parser.h +++ b/sapi/cli/php_http_parser.h @@ -80,6 +80,7 @@ enum php_http_method , PHP_HTTP_HEAD , PHP_HTTP_POST , PHP_HTTP_PUT + , PHP_HTTP_PATCH /* pathological */ , PHP_HTTP_CONNECT , PHP_HTTP_OPTIONS -- cgit v1.2.1