From 9170056c55792bab49e94f61128b769f21d34b27 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 15 Sep 2012 17:18:43 +0400 Subject: bump PHP version requirement to 5.3.0 --- include/sanity_check.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/sanity_check.php b/include/sanity_check.php index 5e34b2f37..bf47db8ee 100644 --- a/include/sanity_check.php +++ b/include/sanity_check.php @@ -13,8 +13,8 @@ array_push($errors, "Please don't run this script as root."); } - if (version_compare("5.2.0", phpversion()) == 1) { - array_push($errors, "PHP version 5.2.0 or newer required."); + if (version_compare("5.3.0", phpversion()) == 1) { + array_push($errors, "PHP version 5.3.0 or newer required."); } if (CONFIG_VERSION != EXPECTED_CONFIG_VERSION) { -- cgit v1.2.3