mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Added application/pdf to PHP CLI Web Server mime types.
This commit is contained in:
parent
c2b8a72673
commit
dfa43d55dd
2 changed files with 2 additions and 0 deletions
|
@ -268,6 +268,7 @@ static php_cli_server_ext_mime_type_pair mime_type_map[] = {
|
|||
{ "jpg", "image/jpeg" },
|
||||
{ "jpeg", "image/jpeg" },
|
||||
{ "jpe", "image/jpeg" },
|
||||
{ "pdf", "application/pdf" },
|
||||
{ "png", "image/png" },
|
||||
{ "svg", "image/svg+xml" },
|
||||
{ "txt", "text/plain" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue