mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: Added support for HTTP 451 Conflicts: sapi/cgi/cgi_main.c sapi/cli/php_cli_server.c sapi/fpm/fpm/fpm_main.c
This commit is contained in:
commit
b2ecac9250
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue