From: Chad Horohoe Date: Tue, 7 Dec 2010 18:32:09 +0000 (+0000) Subject: Also ditch PHP thing. We would've bailed for a bad version already X-Git-Tag: 1.31.0-rc.0~33472 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=af76af985fddfa96cb4f2e6f7c2b048b2f3289b5;p=lhc%2Fweb%2Fwiklou.git Also ditch PHP thing. We would've bailed for a bad version already --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 2834002ff1..3e18c8e41a 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -75,7 +75,6 @@ You should have received a copy of the GNU General Public You can install MediaWiki.', // FIXME: take span out of message. 'config-env-bad' => 'The environment has been checked. You cannot install MediaWiki.', - 'config-env-php' => 'PHP $1 is installed.', 'config-unicode-using-utf8' => 'Using Brion Vibber\'s utf8_normalize.so for Unicode normalization.', 'config-unicode-using-intl' => 'Using the [http://pecl.php.net/intl intl PECL extension] for Unicode normalization.', 'config-unicode-pure-php-warning' => "'''Warning''': The [http://pecl.php.net/intl intl PECL extension] is not available to handle Unicode normalization, falling back to slow pure-PHP implementation. diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index baab522374..79c63b3342 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -142,8 +142,6 @@ abstract class Installer { * @return boolean */ public function doEnvironmentChecks() { - $this->showMessage( 'config-env-php', phpversion() ); - $good = true; foreach ( $this->envChecks as $check ) {