diff options
author | Mats Lindh <mats@lindh.no> | 2015-04-16 13:36:01 +0200 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2015-05-12 11:24:27 +0200 |
commit | 98d015c5b7bcbf6b1a739839292b0faa8dae914d (patch) | |
tree | eb2201c9265bb1ae508f0b2fa3800da9ebf4b27d /sapi/cli/php_http_parser.h | |
parent | 7ff82e202049550212c48398a9b0919bfe33ed38 (diff) | |
download | php-git-98d015c5b7bcbf6b1a739839292b0faa8dae914d.tar.gz |
Add "SEARCH" as supported HTTP verb.
The "SEARCH" HTTP request method is described in RFC5323 as part of
WebDAV, and allows a client to initiate a server side search.
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..402e7e3c83 100644 --- a/sapi/cli/php_http_parser.h +++ b/sapi/cli/php_http_parser.h @@ -90,6 +90,7 @@ enum php_http_method , PHP_HTTP_MOVE , PHP_HTTP_PROPFIND , PHP_HTTP_PROPPATCH + , PHP_HTTP_SEARCH , PHP_HTTP_UNLOCK /* subversion */ , PHP_HTTP_REPORT |