mirror of
https://github.com/php/php-src.git
synced 2026-04-19 05:51:02 +02:00
Merge branch 'PHP-7.0'
* PHP-7.0: Updated NEWS Added support for HTTP 451
This commit is contained in:
@@ -66,6 +66,7 @@ static http_response_status_code_pair http_status_map[] = {
|
||||
{ 428, "Precondition Required" },
|
||||
{ 429, "Too Many Requests" },
|
||||
{ 431, "Request Header Fields Too Large" },
|
||||
{ 451, "Unavailable For Legal Reasons"},
|
||||
{ 500, "Internal Server Error" },
|
||||
{ 501, "Not Implemented" },
|
||||
{ 502, "Bad Gateway" },
|
||||
|
||||
Reference in New Issue
Block a user