installer: Don't allow setting $wgDBmysql5
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 1 Jun 2018 18:57:36 +0000 (11:57 -0700)
committerLegoktm <legoktm@member.fsf.org>
Fri, 1 Jun 2018 21:38:04 +0000 (21:38 +0000)
commit20d8afb50ce65bcea43ef5ddc5b4b309bcde15e4
treea3a06cf972632d8433a3c4356bb59eea419993fa
parentebe895d0398d2ec0a27440a87545773ae2b22f92
installer: Don't allow setting $wgDBmysql5

It was possible to pass --dbmysql5 to the command line installer to
enable this experimental option. This removes that ability, and removes
setting of $wgDBmysql5 in the generated LocalSettings.php, so new
installs will fallback to the default of false.

Bug: T196185
Change-Id: Id5ff69f493d14cf7b16157f729fbe4f4b4e2e8c8
(cherry picked from commit c9339ba552cb5f87586e7045b46519bd9db04fe0)
includes/installer/CliInstaller.php
includes/installer/MysqlInstaller.php