summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.php b/install.php
index e11ba1d4a..ddbc46130 100644
--- a/install.php
+++ b/install.php
@@ -423,8 +423,8 @@ function check_functions(){
global $lang;
$ok = true;
- if(version_compare(phpversion(),'5.0.0','<')){
- $error[] = sprintf($lang['i_phpver'],phpversion(),'5.0.0');
+ if(version_compare(phpversion(),'5.1.2','<')){
+ $error[] = sprintf($lang['i_phpver'],phpversion(),'5.1.2');
$ok = false;
}