Web installer: check for low PHP versions before executing
authorSergio Santoro <santoro.srg@gmail.com>
Mon, 7 Jul 2014 10:48:11 +0000 (12:48 +0200)
committerSergio Santoro <santoro.srg@gmail.com>
Tue, 8 Jul 2014 08:19:02 +0000 (10:19 +0200)
commitc2040515ef936ddc6e5ede0d231a8cf60e10d758
tree3341da0990dbcc24b513a0ebd3a7d5ec02b3b497
parent65a2e7a335b8de6fba9b5e92874b2d588b73447e
Web installer: check for low PHP versions before executing

Web installer was not checking for unsupported PHP versions.
In those cases the script should terminate or the
installation will break (e.g. syntax errors for PHP4).

Installer::doEnvironmentChecks() no longer checks for PHP
version since it has already been done by the entry scripts
(both in cli and web modes)

Installer::MINIMUM_PHP_VERSION has been removed since it is
no longer used.

Message config-env-php-toolow is no longer used and it has
been removed

Change-Id: I9227868bd2bd4e13bad6b95ad581be3ada71c94e
includes/PHPVersionError.php
includes/installer/Installer.php
includes/installer/i18n/en.json
mw-config/index.php