r60827 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60826‎ | r60827 | r60828 >
Date:02:08, 8 January 2010
Author:tstarling
Status:ok
Tags:
Comment:
Blacklist PHP 5.3.1 due to __call() regression.
Modified paths:
  • /trunk/phase3/config/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/config/Installer.php
@@ -419,6 +419,12 @@
420420 <?php
421421 }
422422
 423+if( phpversion() === '5.3.1' ) {
 424+ $fatal = true;
 425+ ?><li class="error"><strong>Fatal: PHP 5.3.1 is not compatible with MediaWiki!</strong>
 426+ PHP 5.3.1 is not compatible with MediaWiki due to a <a href="http://news.php.net/php.internals/46389">bug in PHP</a>. Please use PHP 5.3.0, or PHP 5.3.2 or later.</li>
 427+ <?php
 428+}
423429
424430 if( $fatal ) {
425431 dieout( "Cannot install MediaWiki." );

Status & tagging log