mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fixed bug #67079 Missing MIME types for XML/XSL files
This commit is contained in:
commit
b4c238c8cf
1 changed files with 3 additions and 0 deletions
|
@ -312,6 +312,9 @@ static php_cli_server_ext_mime_type_pair mime_type_map[] = {
|
|||
{ "xls", "application/vnd.ms-excel" },
|
||||
{ "xlsx", "application/vnd.ms-excel" },
|
||||
{ "zip", "application/x-zip-compressed" },
|
||||
{ "xml", "application/xml" },
|
||||
{ "xsl", "application/xml" },
|
||||
{ "xsd", "application/xml" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue