aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/update.php
diff options
context:
space:
mode:
authorKevin Israel <pleasestand@live.com>2016-06-14 19:38:35 -0400
committerJforrester <jforrester@wikimedia.org>2016-06-15 10:23:21 +0000
commit751f1d0d457b61da2d69adc4b246a6646d995b63 (patch)
treed1e529ad3818c88d7d2fa5629af8122d84d80e29 /maintenance/update.php
parent267f63db658dab6592830e1299f9564ece328e36 (diff)
downloadmediawikicore-751f1d0d457b61da2d69adc4b246a6646d995b63.tar.gz
mediawikicore-751f1d0d457b61da2d69adc4b246a6646d995b63.zip
update.php: Don't check for mbstring extension
This check is redundant to the one in PHPVersionCheck.php which was added in 41d1fa1c3a. Change-Id: I32ab259939ca7e93ad6d08f2c04406ad8a973b5d
Diffstat (limited to 'maintenance/update.php')
-rwxr-xr-xmaintenance/update.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/maintenance/update.php b/maintenance/update.php
index 0103189944e2..b96e7eb87139 100755
--- a/maintenance/update.php
+++ b/maintenance/update.php
@@ -82,13 +82,6 @@ class UpdateMediaWiki extends Maintenance {
"ABORTING (see https://bugs.php.net/bug.php?id=45996).\n",
true );
}
-
- if ( !function_exists( 'mb_strlen' ) ) {
- $this->error(
- "MediaWiki now requires the mbstring PHP extension, your system doesn't have it.\n"
- . "ABORTING.\n",
- true );
- }
}
function execute() {