From: Antoine Musso Date: Wed, 25 Apr 2007 17:59:58 +0000 (+0000) Subject: Fix #9196 : installer now check zend.ze1_compatibility_mode is off. X-Git-Tag: 1.31.0-rc.0~53231 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=7e28de67647c9885a8817a291b708b795fb5bff4;p=lhc%2Fweb%2Fwiklou.git Fix #9196 : installer now check zend.ze1_compatibility_mode is off. --- 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.

    " ); }