php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch php_cli_server.c.patch for Built-in web server Bug #61977

Patch version 2012-05-08 21:00 UTC

Return to Bug #61977 | Download this patch
This patch renders other patches obsolete

Obsolete patches:

Patch Revisions:

Developer: sixd@php.net

diff --git a/sapi/cli/php_cli_server.c b/sapi/cli/php_cli_server.c
index 0850425..a937458 100644
--- a/sapi/cli/php_cli_server.c
+++ b/sapi/cli/php_cli_server.c
@@ -257,8 +257,10 @@ static php_cli_server_ext_mime_type_pair mime_type_map[] = {
 	{ "jpg", "image/jpeg" },
 	{ "jpeg", "image/jpeg" },
 	{ "css", "text/css" },
+	{ "htm", "text/html" },
 	{ "html", "text/html" },
 	{ "txt", "text/plain" },
+	{ "svg", "image/svg+xml" },
 	{ "js", "text/javascript" },
 	{ NULL, NULL }
 };
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 06:01:29 2024 UTC