We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dc6661 commit 12baec3Copy full SHA for 12baec3
sapi/cli/mime_type_map.h
@@ -27,7 +27,7 @@ typedef struct php_cli_server_ext_mime_type_pair {
27
const char *mime_type;
28
} php_cli_server_ext_mime_type_pair;
29
30
-static php_cli_server_ext_mime_type_pair mime_type_map[] = {
+static const php_cli_server_ext_mime_type_pair mime_type_map[] = {
31
{ "ez", "application/andrew-inset" },
32
{ "aw", "application/applixware" },
33
{ "atom", "application/atom+xml" },
0 commit comments