Merge "Setup: Move mbstring.func_overload from WebStart to Setup"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 18 Apr 2018 16:22:16 +0000 (16:22 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 18 Apr 2018 16:22:16 +0000 (16:22 +0000)
1  2 
includes/WebStart.php

diff --combined includes/WebStart.php
   * @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.
  header( 'X-Content-Type-Options: nosniff' );
  
 -/**
 - * @var float Request start time as fractional seconds since epoch
 - * @deprecated since 1.25; use $_SERVER['REQUEST_TIME_FLOAT'] or
 - *   WebRequest::getElapsedTime() instead.
 - */
 -$wgRequestTime = $_SERVER['REQUEST_TIME_FLOAT'];
 -
  # Valid web server entry point, enable includes.
  # Please don't move this line to includes/Defines.php. This line essentially
  # defines a valid entry point. If you put it in includes/Defines.php, then