Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -142,8 +142,6 @@ |
143 | 143 | * @return boolean |
144 | 144 | */ |
145 | 145 | public function doEnvironmentChecks() { |
146 | | - $this->showMessage( 'config-env-php', phpversion() ); |
147 | | - |
148 | 146 | $good = true; |
149 | 147 | |
150 | 148 | foreach ( $this->envChecks as $check ) { |
Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -75,7 +75,6 @@ |
76 | 76 | You can install MediaWiki.</span>', // FIXME: take span out of message. |
77 | 77 | 'config-env-bad' => 'The environment has been checked. |
78 | 78 | You cannot install MediaWiki.', |
79 | | - 'config-env-php' => 'PHP $1 is installed.', |
80 | 79 | 'config-unicode-using-utf8' => 'Using Brion Vibber\'s utf8_normalize.so for Unicode normalization.', |
81 | 80 | 'config-unicode-using-intl' => 'Using the [http://pecl.php.net/intl intl PECL extension] for Unicode normalization.', |
82 | 81 | '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. |