summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/sanity_check.php4
1 files changed, 2 insertions, 2 deletions
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) {