Kill mbstring fallbacks
authorMax Semenik <maxsem.wiki@gmail.com>
Fri, 29 Jan 2016 19:42:44 +0000 (11:42 -0800)
committerMaxSem <maxsem.wiki@gmail.com>
Wed, 6 Apr 2016 22:14:48 +0000 (22:14 +0000)
commit943563062f0a6995bb6c00f8a0df389eff4159c9
tree2e22d1640180f55fbfb0f507d8bb7485a1bc2b6f
parent9f72780bdefcd1ce1106172cfbeca9818144b287
Kill mbstring fallbacks

In the age when we require PHP 5.5, pretending that mbstring emulation
is not slow and silly is silly.

Bug: T129435
Change-Id: Ic8235c9da9a926df63ec7388900c44eab454eebe
15 files changed:
RELEASE-NOTES-1.27
autoload.php
composer.json
includes/DefaultSettings.php
includes/Fallback.php [deleted file]
includes/GlobalFunctions.php
includes/HtmlFormatter.php
includes/db/DatabasePostgres.php
includes/filebackend/SwiftFileBackend.php
includes/installer/Installer.php
includes/installer/i18n/en.json
includes/installer/i18n/qqq.json
includes/libs/StringUtils.php
maintenance/update.php
tests/phpunit/includes/FallbackTest.php [deleted file]