X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FPHPVersionError.php;h=b061990e0f74d5e821d61ed58d93c2497c82348c;hb=75301351cf8c7258c1d8ed374474606ec5158226;hp=5af818fd64f9ec5ad5a28ee43c83675362dcb554;hpb=0755177e64facf9b2f7c7b0937e669e1a0ff4a7f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/PHPVersionError.php b/includes/PHPVersionError.php index 5af818fd64..b061990e0f 100644 --- a/includes/PHPVersionError.php +++ b/includes/PHPVersionError.php @@ -40,7 +40,7 @@ */ function wfPHPVersionError( $type ) { $mwVersion = '1.25'; - $minimumVersionPHP = '5.3.2'; + $minimumVersionPHP = '5.3.3'; $phpVersion = PHP_VERSION; $protocol = isset( $_SERVER['SERVER_PROTOCOL'] ) ? $_SERVER['SERVER_PROTOCOL'] : 'HTTP/1.0';