|
|
|
@ -27,7 +27,7 @@ typedef struct php_cli_server_ext_mime_type_pair { |
|
|
|
const char *mime_type; |
|
|
|
} php_cli_server_ext_mime_type_pair; |
|
|
|
|
|
|
|
static php_cli_server_ext_mime_type_pair mime_type_map[] = { |
|
|
|
static const php_cli_server_ext_mime_type_pair mime_type_map[] = { |
|
|
|
{ "ez", "application/andrew-inset" }, |
|
|
|
{ "aw", "application/applixware" }, |
|
|
|
{ "atom", "application/atom+xml" }, |
|
|
|
|