diff --git a/sapi/cli/php_cli_server.c b/sapi/cli/php_cli_server.c index 79ccea37d7a69..efc95399c9e16 100644 --- a/sapi/cli/php_cli_server.c +++ b/sapi/cli/php_cli_server.c @@ -260,8 +260,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 } };