From 98d43919bd4ef0b77c7ddd1cb090f892025c7402 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Mon, 7 Mar 2011 12:13:14 +0000 Subject: [PATCH] Rephrase 'config-using531' per suggestion of Krinkle: "Granted the bug is in PHP, but imho "PHP" isn't compatible with MediaWiki, it's the other way around." Also removed the link to the PHP bug report. Not that relevant for the user installing MediaWiki. --- includes/installer/Installer.i18n.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index c35e922510..b9ef869d01 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -153,8 +153,8 @@ Although MediaWiki checks all uploaded files for security threats, it is highly '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. 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]). Installation aborted.', - 'config-using531' => 'PHP $1 is not compatible with MediaWiki due to a bug involving reference parameters to __call(). -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]). + 'config-using531' => 'MediaWiki cannot be used with PHP $1 due to a bug involving reference parameters to __call(). +Upgrade to PHP 5.3.2 or higher, or downgrade to PHP 5.3.0 to resolve this. Installation aborted.', 'config-db-type' => 'Database type:', 'config-db-host' => 'Database host:', -- 2.20.1