From af0228bd8262165deac1fab1d49cec077e1bcfda Mon Sep 17 00:00:00 2001 From: ben Date: Thu, 29 Jan 2009 13:24:09 +0000 Subject: Tentatively downgraded version requirement. git-svn-id: https://code.elgg.org/elgg/trunk@2626 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/install.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/engine/lib/install.php b/engine/lib/install.php index 41561ae96..e9ae5279b 100644 --- a/engine/lib/install.php +++ b/engine/lib/install.php @@ -18,14 +18,16 @@ * @return bool */ function php_check_version() - { + { + /* if ( // TODO: Remove this when Redhat pulls its finger out (version_compare(phpversion(), '5.1.6', '>=')) && (version_compare(phpversion(), '5.2.0', '<')) ) - register_error(elgg_echo('configurationwarning:phpversion')); + register_error(elgg_echo('configurationwarning:phpversion')); + */ - if (version_compare(phpversion(), '5.1.6', '>=')) + if (version_compare(phpversion(), '5.1.2', '>=')) return true; return false; -- cgit v1.2.3