X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2FWebStart.php;h=d063ce3d6e0ec421833432c1283ad061b75620b7;hb=732d0b6c20bf7fca37e092d4d38beb5f8759f334;hp=29ad456c12acb7e8ff8c7f09c437fa18b4aae245;hpb=40a628a501fc05bb00e834fe359ca4061925f320;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.