From: Chad Horohoe Date: Thu, 5 May 2011 22:27:54 +0000 (+0000) Subject: 5.2.3, like we do everywhere else X-Git-Tag: 1.31.0-rc.0~30384 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=266f945f75dd5b8906a87c5572f3481b5b067040;p=lhc%2Fweb%2Fwiklou.git 5.2.3, like we do everywhere else --- 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 = <<