X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FPHPVersionCheck.php;h=1eafcfa5b806343020b3edff8e15aad747cb59f8;hb=0750c764a0d941418ee6be6611607a30e3bbf562;hp=eaab9c8365d7a129096290b8da0e84950bacfb6c;hpb=a36c567fa636af4a7c96cdeff521b64d6f291f22;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' )