MantisBT: master-1.3.x 8465042c

Author Committer Branch Timestamp Parent
dregad dregad master-1.3.x 2016-11-26 14:33 master-1.3.x c9638973
Affected Issues  0021959: Installer fails if mbstring extension is not installed
Changeset

Require mbstring extension

The installer will fail with 500 errors on login page if the mbstring
extension is not present, unless it can fall back on the multi-byte
functions provided by the utf8 library which requires the utf8_encode()
function (provided by the XMLParser extension).

The Admin Guide has been updated to clearly document the fact that
mbstring is mandatory.

Based on original commit proposed by Gianluca Sforna in
https://github.com/mantisbt/mantisbt/pull/903

Fixes 0021959

mod - admin/install.php Diff File
mod - docbook/Admin_Guide/en-US/Installation.xml Diff File