]> granicus.if.org Git - php/commit
Respond with 501 to unknown request methods
authorNiklas Lindgren <nikc@iki.fi>
Wed, 12 Sep 2012 16:34:59 +0000 (19:34 +0300)
committerStanislav Malyshev <stas@php.net>
Sun, 16 Sep 2012 06:11:12 +0000 (23:11 -0700)
commit27542db4e70c388346fc9983b9c7d58248aaa52d
tree9c4dfb7744f0c02e19f2c8b7335cff66909bb2ca
parent56425ee61080c5e666613e88777ee665e858b367
Respond with 501 to unknown request methods

Fixed typo

Moved 501 response from dispatch to event_read_request

Return return value of send_error_page
NEWS
sapi/cli/php_cli_server.c
sapi/cli/php_http_parser.c
sapi/cli/php_http_parser.h
sapi/cli/tests/bug61679.phpt [new file with mode: 0644]