r76276 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76275‎ | r76276 | r76277 >
Date:22:48, 7 November 2010
Author:siebrand
Status:ok
Tags:
Comment:
Tweak messages 'config-brokenlibxml' and 'config-using531' for consistency.
Modified paths:
  • /trunk/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.i18n.php
@@ -155,10 +155,12 @@
156156 'config-uploads-safe' => 'The default directory for uploads is safe from arbitrary scripts execution.',
157157 'config-uploads-not-safe' => "'''Warning:''' Your default directory for uploads <code>$1</code> is vulnerable to arbitrary scripts execution.
158158 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.',
161162 '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.',
163165 'config-db-type' => 'Database type:',
164166 'config-db-host' => 'Database host:',
165167 'config-db-host-help' => 'If your database server is on different server, enter the host name or IP address here.

Status & tagging log