From 7e28de67647c9885a8817a291b708b795fb5bff4 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 25 Apr 2007 17:59:58 +0000 Subject: [PATCH] Fix #9196 : installer now check zend.ze1_compatibility_mode is off. --- RELEASE-NOTES | 2 +- config/index.php | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7b15397bb0..ac4b6cd6ae 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -123,6 +123,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 9656) Autosummaries will be generated for deletion of pages longer than 500 characters * Predefined block reasons added to Special:Blockip +* (bug 9196) Installer now check that zend.ze1_compatibility_mode is off == Bugfixes since 1.9 == @@ -347,7 +348,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN various problems that occur when it is on. * (bug 9585) Fix regression in tidy usage in Special:Undelete previews - == Maintenance == * New script maintenance/language/checkExtensioni18n.php used to check i18n diff --git a/config/index.php b/config/index.php index e1ec6acaed..d036e8c849 100644 --- a/config/index.php +++ b/config/index.php @@ -346,6 +346,15 @@ if( ini_get( "mbstring.func_overload" ) ) {
  • Fatal: zend.ze1_compatibility_mode is active! + This option causes horrible bugs with MediaWiki; you cannot install or use + MediaWiki unless this option is disabled. +

    Cannot install MediaWiki.

    " ); } -- 2.20.1