diff --git a/install.php b/install.php
old mode 100644
new mode 100755
index 8188e37..150c6a1
--- a/install.php
+++ b/install.php
@@ -524,8 +524,8 @@
'.__('PHP 5.2 or greater is required', 'system').'';
+ if (version_compare(PHP_VERSION, "5.3.2", "<")) {
+ echo '- '.__('PHP 5.3.2 or greater is required', 'system').'
';
} else {
echo '- '.__('PHP Version', 'system').' '.PHP_VERSION.'
';
}
@@ -603,7 +603,7 @@