From 8435de95d00f6e287d0f1e03daccb3f330163f76 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Fri, 8 Jan 2010 02:08:28 +0000 Subject: [PATCH] Blacklist PHP 5.3.1 due to __call() regression. --- config/Installer.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/Installer.php b/config/Installer.php index d295f884b8..c718aff737 100644 --- a/config/Installer.php +++ b/config/Installer.php @@ -419,6 +419,12 @@ if( wfIniGetBool( "zend.ze1_compatibility_mode" ) ) {
  • Fatal: PHP 5.3.1 is not compatible with MediaWiki! + PHP 5.3.1 is not compatible with MediaWiki due to a bug in PHP. Please use PHP 5.3.0, or PHP 5.3.2 or later.
  • +