X-Git-Url: http://git.cyclocoop.org/%22%20.%20%20%20%24self2%20.%20%20%20%22&var_mode_affiche=boucle?a=blobdiff_plain;f=includes%2FPHPVersionCheck.php;h=1eafcfa5b806343020b3edff8e15aad747cb59f8;hb=c3c37132a2d01004f5e47bfe00a064171c00875a;hp=eaab9c8365d7a129096290b8da0e84950bacfb6c;hpb=79e51b55e5312535944081e0d30ead9baa1c1b31;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php index eaab9c8365..1eafcfa5b8 100644 --- a/includes/PHPVersionCheck.php +++ b/includes/PHPVersionCheck.php @@ -31,7 +31,7 @@ */ function wfEntryPointCheck( $entryPoint ) { $mwVersion = '1.27'; - $minimumVersionPHP = '5.3.3'; + $minimumVersionPHP = '5.5.9'; $phpVersion = PHP_VERSION; if ( !function_exists( 'version_compare' )