aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-08-21 12:29:12 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-08-21 12:29:12 +0200
commita72ad940dff289f101be5bde60f85c18057fdb7a (patch)
tree8b07e26a943bae0ef52adf806a5b710c39d53fcb /app/install.php
parent3108b2729f79ccaf5f8ba951a52ee35d28e2adb2 (diff)
Increase minimal support to PHP 5.3.8+
https://github.com/FreshRSS/FreshRSS/issues/1604
Diffstat (limited to 'app/install.php')
-rw-r--r--app/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php
index cd276bb7b..e77eaa6a5 100644
--- a/app/install.php
+++ b/app/install.php
@@ -410,7 +410,7 @@ function printStep1() {
<?php if ($res['php'] == 'ok') { ?>
<p class="alert alert-success"><span class="alert-head"><?php echo _t('gen.short.ok'); ?></span> <?php echo _t('install.check.php.ok', PHP_VERSION); ?></p>
<?php } else { ?>
- <p class="alert alert-error"><span class="alert-head"><?php echo _t('gen.short.damn'); ?></span> <?php echo _t('install.check.php.nok', PHP_VERSION, '5.3.3'); ?></p>
+ <p class="alert alert-error"><span class="alert-head"><?php echo _t('gen.short.damn'); ?></span> <?php echo _t('install.check.php.nok', PHP_VERSION, '5.3.8'); ?></p>
<?php } ?>
<?php if ($res['minz'] == 'ok') { ?>