Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -155,10 +155,12 @@ |
156 | 156 | 'config-uploads-safe' => 'The default directory for uploads is safe from arbitrary scripts execution.', |
157 | 157 | 'config-uploads-not-safe' => "'''Warning:''' Your default directory for uploads <code>$1</code> is vulnerable to arbitrary scripts execution. |
158 | 158 | Although MediaWiki checks all uploaded files for security threats, it is highly recommended to [http://www.mediawiki.org/wiki/Manual:Security#Upload_security close this security vulnerability] before enabling uploads.", |
159 | | - 'config-brokenlibxml' => 'Your system has a combination of PHP and libxml2 versions which is buggy and can cause hidden data corruption in MediaWiki and other web apps. |
160 | | -Upgrade to PHP 5.2.9 or later and libxml2 2.7.3 or later! ABORTING ([http://bugs.php.net/bug.php?id=45996 bug filed with PHP]).', |
| 159 | + 'config-brokenlibxml' => 'Your system has a combination of PHP and libxml2 versions which is buggy and can cause hidden data corruption in MediaWiki and other web applications. |
| 160 | +Upgrade to PHP 5.2.9 or later and libxml2 2.7.3 or later ([http://bugs.php.net/bug.php?id=45996 bug filed with PHP]). |
| 161 | +Installation aborted.', |
161 | 162 | 'config-using531' => 'PHP $1 is not compatible with MediaWiki due to a bug involving reference parameters to <code>__call()</code>. |
162 | | -Upgrade to PHP 5.3.2 or higher, or downgrade to PHP 5.3.0 to fix this. ABORTING ([http://bugs.php.net/bug.php?id=50394 bug filed with PHP])', |
| 163 | +Upgrade to PHP 5.3.2 or higher, or downgrade to PHP 5.3.0 to fix this ([http://bugs.php.net/bug.php?id=50394 bug filed with PHP]). |
| 164 | +Installation aborted.', |
163 | 165 | 'config-db-type' => 'Database type:', |
164 | 166 | 'config-db-host' => 'Database host:', |
165 | 167 | 'config-db-host-help' => 'If your database server is on different server, enter the host name or IP address here. |