summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/check.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-14 08:50:46 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-01-14 08:50:46 +0000
commit56beb1d32f8c02988ecfcd504d26ee28a0149ed2 (patch)
treec4b1825e3a18fb5c17a7b45943e2f6e98a9ed1e7 /roundcubemail/installer/check.php
parent9b204d6eb3dcbd1a1103d44f0b31496c61cf03fd (diff)
- Require PHP 5.2.1 or greater
git-svn-id: https://svn.roundcube.net/trunk@4416 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/check.php')
-rw-r--r--roundcubemail/installer/check.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php
index 7fa4d95d3..0ba5f58de 100644
--- a/roundcubemail/installer/check.php
+++ b/roundcubemail/installer/check.php
@@ -68,7 +68,7 @@ echo '<input type="hidden" name="_step" value="' . ($RCI->configured ? 3 : 2) .
<h3>Checking PHP version</h3>
<?php
-define('MIN_PHP_VERSION', '5.2.0');
+define('MIN_PHP_VERSION', '5.2.1');
if (version_compare(PHP_VERSION, MIN_PHP_VERSION, '>=')) {
$RCI->pass('Version', 'PHP ' . PHP_VERSION . ' detected');
} else {