From: Reedy Date: Fri, 4 May 2012 19:08:23 +0000 (+0100) Subject: Update both the MediaWiki version and the min required PHP version in PHPVersionError.php X-Git-Tag: 1.31.0-rc.0~23734 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/?a=commitdiff_plain;h=144c8a5f9944c083a98e836c18cd190d87194ff5;p=lhc%2Fweb%2Fwiklou.git Update both the MediaWiki version and the min required PHP version in PHPVersionError.php Change-Id: Ia7db1c90854b30aee17cc180381fdd9dc2f9c90b --- diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index ec6490a8b0..5c79e8b0e4 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -17,9 +17,9 @@ * version are hardcoded here */ function wfPHPVersionError( $type ){ - $mwVersion = '1.19'; + $mwVersion = '1.20'; $phpVersion = PHP_VERSION; - $message = "MediaWiki $mwVersion requires at least PHP version 5.2.3, you are using PHP $phpVersion."; + $message = "MediaWiki $mwVersion requires at least PHP version 5.3.2, you are using PHP $phpVersion."; if( $type == 'index.php' ) { $encLogo = htmlspecialchars( str_replace( '//', '/', pathinfo( $_SERVER['SCRIPT_NAME'], PATHINFO_DIRNAME ) . '/'