mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 01:41:29 +00:00
Compare versions in a more robust way.
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
array_push($errors, "Please don't run this script as root.");
|
array_push($errors, "Please don't run this script as root.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (version_compare("5.3.0", phpversion()) == 1) {
|
if (version_compare(PHP_VERSION, '5.3.0', '>=')) {
|
||||||
array_push($errors, "PHP version 5.3.0 or newer required.");
|
array_push($errors, "PHP version 5.3.0 or newer required.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user