diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2015-07-14 11:09:03 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-03-03 19:22:38 +0100 |
commit | 2d4ad66ff2e9f64e23461325f3c73bd5791653c2 (patch) | |
tree | f53c4d3a66a46d4f7e4f2672c4dab75692b71d5d /sapi/cli/php_http_parser.h | |
parent | ccd215a51788dd8971baf47ea90224888b3a022f (diff) | |
download | php-git-2d4ad66ff2e9f64e23461325f3c73bd5791653c2.tar.gz |
Fixed bug #69953
Added support for MKCALENDAR request method in CLI web server.
Diffstat (limited to 'sapi/cli/php_http_parser.h')
-rw-r--r-- | sapi/cli/php_http_parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cli/php_http_parser.h b/sapi/cli/php_http_parser.h index 31502e213a..f2e1246ca8 100644 --- a/sapi/cli/php_http_parser.h +++ b/sapi/cli/php_http_parser.h @@ -88,6 +88,7 @@ enum php_http_method , PHP_HTTP_LOCK , PHP_HTTP_MKCOL , PHP_HTTP_MOVE + , PHP_HTTP_MKCALENDAR , PHP_HTTP_PROPFIND , PHP_HTTP_PROPPATCH , PHP_HTTP_UNLOCK |