MantisBT: master 963c06fe

Author Committer Branch Timestamp Parent
atrol atrol master 2018-06-09 12:00 master db49cffd
Affected Issues  0024501: MantisBT on Windows - Check for php_fileinfo.dll enabled on php.ini
Changeset

Enhance PHP fileinfo extension checking

Add a warning check for fileinfo extension if file uploads are disabled.

This is useful as a lot of plugins use function plugin_file()
which leads to a call of file_create_finfo() where the fileinfo
extension is needed.

Fixes 0024501

mod - admin/check/check_attachments_inc.php Diff File
mod - admin/check/check_php_inc.php Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File