|
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 #61977Patch version 2012-05-08 20:51 UTC Return to Bug #61977 | Download this patchThis patch is obsolete Obsoleted by patches: Patch Revisions:Developer: sixd
diff --git a/sapi/cli/php_cli_server.c b/sapi/cli/php_cli_server.c
index 0850425..9fbc0c1 100644
--- a/sapi/cli/php_cli_server.c
+++ b/sapi/cli/php_cli_server.c
@@ -257,6 +257,7 @@ 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" },
{ "js", "text/javascript" },
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 17:00:01 2025 UTC |