agileMantis icon indicating copy to clipboard operation
agileMantis copied to clipboard

Use mbstring functions instead of deprecated utf8 functions

Open atrol opened this issue 6 years ago • 0 comments

utf8 functions like utf8_strlen will be deprecated in MantisBT 2.13.0 [1]

The functions are still supported but will generate DEPRCECATED messages in PHP logs. The functions are no longer needed as we made mbstring a mandatory PHP extension.

[1] https://mantisbt.org/bugs/view.php?id=23214

atrol avatar Mar 04 '18 20:03 atrol