From 4222b898cfd890eeae352f6d6ab253b2b5dd72c3 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 16 Jan 2009 13:20:30 +0100 Subject: check if mb_string function overloading is enabled FS#1565 darcs-hash:20090116122030-7ad00-da6705f92e7b128d3f908969aa6b348d28d85ae0.gz --- inc/infoutils.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'inc') diff --git a/inc/infoutils.php b/inc/infoutils.php index c30266097..46bccf82f 100644 --- a/inc/infoutils.php +++ b/inc/infoutils.php @@ -169,6 +169,9 @@ function check(){ msg('mb_string extension is available but will not be used',0); }else{ msg('mb_string extension is available and will be used',1); + if(ini_get('mbstring.func_overload') != 0){ + msg('mb_string function overloading is enabled, this will cause problems and should be disabled',-1); + } } }else{ msg('mb_string extension not available - PHP only replacements will be used',0); -- cgit v1.2.3