X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FWebStart.php;h=d063ce3d6e0ec421833432c1283ad061b75620b7;hb=bb30a53039da0e0c14528d6f293c1d7b6b42b321;hp=29ad456c12acb7e8ff8c7f09c437fa18b4aae245;hpb=601112660b8f21e4172d5614fc2c32ffa1344479;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WebStart.php b/includes/WebStart.php index 29ad456c12..d063ce3d6e 100644 --- a/includes/WebStart.php +++ b/includes/WebStart.php @@ -26,6 +26,10 @@ * @file */ +if ( ini_get( 'mbstring.func_overload' ) ) { + die( 'MediaWiki does not support installations where mbstring.func_overload is non-zero.' ); +} + # bug 15461: Make IE8 turn off content sniffing. Everybody else should ignore this # We're adding it here so that it's *always* set, even for alternate entry # points and when $wgOut gets disabled or overridden.