From 266f945f75dd5b8906a87c5572f3481b5b067040 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 5 May 2011 22:27:54 +0000 Subject: [PATCH] 5.2.3, like we do everywhere else --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 6c09dca328..249d2c6359 100644 --- a/index.php +++ b/index.php @@ -39,7 +39,7 @@ // Bail on old versions of PHP. Pretty much every other file in the codebase // 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.0' ) < 0 ) { +if ( !function_exists( 'version_compare' ) || version_compare( phpversion(), '5.2.3' ) < 0 ) { $phpversion = htmlspecialchars( phpversion() ); $errorMsg = << -- 2.20.1