X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=index.php;h=201087847a7a9afc802318f520729081f704e0db;hb=8288b34eaede7dd80a54a86dbde9f58ab6afd9a8;hp=e14823af1bfb70c748188bbd5c2bd4fe3aae24f7;hpb=917ab7bb1c132ffc93b5bf0fe11b6855850c43e5;p=lhc%2Fweb%2Fwiklou.git diff --git a/index.php b/index.php index e14823af1b..201087847a 100644 --- a/index.php +++ b/index.php @@ -40,7 +40,7 @@ # has structures (try/catch, foo()->bar(), etc etc) which throw parse errors in # PHP 4. Setup.php and ObjectCache.php have structures invalid in PHP 5.0 and # 5.1, respectively. -if ( !function_exists( 'version_compare' ) || version_compare( phpversion(), '5.2.3' ) < 0 ) { +if ( !function_exists( 'version_compare' ) || version_compare( phpversion(), '5.3.2' ) < 0 ) { require( dirname( __FILE__ ) . '/includes/PHPVersionError.php' ); wfPHPVersionError( 'index.php' ); }