X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FWebStart.php;h=878dd3eca55f85b9480fb5e0fae9d5fb17fb40e5;hb=b972c452b50dc863a8a9aa622cdd8ff9b5651e61;hp=b24ff7a8aa37fc7505595aea3cd26ffc159652a3;hpb=9ab7c3c572fb5991d6be528e7137a40b9b50f097;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.