1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

HTTP 506 status code added.

HTTP 506 status code added in main http status codes file. Reference: RFC 2295
This commit is contained in:
Adil Ilhan
2015-04-01 10:39:53 +03:00
committed by Julien Pauli
parent 3b6381125c
commit c9c2794fe6

View File

@@ -72,6 +72,7 @@ static http_response_status_code_pair http_status_map[] = {
{ 503, "Service Unavailable" },
{ 504, "Gateway Timeout" },
{ 505, "HTTP Version Not Supported" },
{ 506, "Variant Also Negotiates" },
{ 511, "Network Authentication Required" },
/* to allow search with while() loop */
{ 0, NULL }