installer: Don't allow setting $wgDBmysql5
authorKunal Mehta <legoktm@member.fsf.org>
Fri, 1 Jun 2018 18:57:36 +0000 (11:57 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Fri, 1 Jun 2018 18:57:52 +0000 (11:57 -0700)
commitc9339ba552cb5f87586e7045b46519bd9db04fe0
tree16f8a9cc9a9428bde2d61c0a08cbc609e478a31e
parent966e34619bef0b2dd1e275565829ed2030edd564
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
includes/installer/CliInstaller.php
includes/installer/MysqlInstaller.php