Installer: Remove two environmental checks
authorKevin Israel <pleasestand@live.com>
Wed, 22 Jan 2014 22:23:09 +0000 (17:23 -0500)
committerKevin Israel <pleasestand@live.com>
Thu, 23 Jan 2014 00:41:19 +0000 (19:41 -0500)
commit1d049a7451aa9202adc65eb10d74820c6b0a80bc
treef71e60b808f616ca13d5b76fe35520d8ac681450
parent46745ae9520198e97bcc69793e3beba7647fc721
Installer: Remove two environmental checks

* envCheckPHP531: Message is outdated ("downgrade to 5.3.0"; the
  current minimum PHP version is 5.3.2), and PHP Bug #50394 has
  not reappeared in any later version.
* envCheckZE1: zend.ze1_compatibility_mode was removed in 5.3.0.

Also updated the error message for envCheckBrokenXML to remove
the "Upgrade to PHP 5.2.9 or later" wording.

Change-Id: Ifc8754151dd23a0314c6739cb78c7ac61a306bc4
includes/AutoLoader.php
includes/installer/Installer.i18n.php
includes/installer/Installer.php
includes/installer/PhpBugTests.php
maintenance/update.php