No longer support installs where register_globals is enabled
authorKunal Mehta <legoktm@gmail.com>
Tue, 8 Jul 2014 22:46:36 +0000 (15:46 -0700)
committerKunal Mehta <legoktm@gmail.com>
Tue, 8 Jul 2014 23:25:58 +0000 (16:25 -0700)
commit56047c36cb183311fe0a3940d5c6100536d68ffc
treefde430c584240c2dde100d92117ff97fc12027a3
parentb98d9efe7729fe8b7d97c27d8d64cf04a3a8a76e
No longer support installs where register_globals is enabled

register_globals has been deprecated since PHP 5.3, which was released
5 years ago. There's absolutely no reason anyone should have this turned
on, and if they do, well, they probably have bigger issues than this.

Due to changes in WebStart.php, the web installer will now fail to
start, just showing an error message stating that register_globals
must be disabled beforehand.

The command-line installer will display the
"config-register-globals-error" message before exiting.

Change-Id: If951d15293c5f6aa8a92e91fefcb00f04e6c13b3
RELEASE-NOTES-1.24
includes/WebStart.php
includes/installer/Installer.php
includes/installer/i18n/en.json
includes/installer/i18n/qqq.json