aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_rss.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib_rss.php')
-rw-r--r--lib/lib_rss.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php
index 03cfb82ad..b810e1296 100644
--- a/lib/lib_rss.php
+++ b/lib/lib_rss.php
@@ -1,6 +1,6 @@
<?php
-if (version_compare(PHP_VERSION, '5.5.0', '<')) {
- die('FreshRSS error: FreshRSS requires PHP 5.5.0+!');
+if (version_compare(PHP_VERSION, '5.6.0', '<')) {
+ die('FreshRSS error: FreshRSS requires PHP 5.6.0+!');
}
if (!function_exists('json_decode')) { //PHP bug #63520 < PHP 7