X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FWebStart.php;h=878dd3eca55f85b9480fb5e0fae9d5fb17fb40e5;hb=6cfdbdf60e69cce31d2f28f0a0e7e478785fe886;hp=b24ff7a8aa37fc7505595aea3cd26ffc159652a3;hpb=28f07c0a7f6a16adfcc65cdab64eeeab6aba07b1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/WebStart.php b/includes/WebStart.php index b24ff7a8aa..878dd3eca5 100644 --- a/includes/WebStart.php +++ b/includes/WebStart.php @@ -25,10 +25,6 @@ * @file */ -if ( ini_get( 'mbstring.func_overload' ) ) { - die( 'MediaWiki does not support installations where mbstring.func_overload is non-zero.' ); -} - # T17461: 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.