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