4576 Posts in 1387 Topics by 1377 members
| Go to End | ||
| Author | Topic: | 1091 Views |
-
Re: fileinfo should be enabled in PHP - false positive?

25 January 2013 at 10:21am Last edited: 25 January 2013 10:22am
fileinfo is used for MIME type detection in HTTP::get_mime_type()
The fileinfo detection is only a warning in the installer, so you can still proceed without it.
When fileinfo isn't loaded, a fallback is in place to use a fixed list of MIME types, so you should be okay.Sean
| 1091 Views | ||
| Go to Top |


