mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 21:45:55 +00:00
bump PHP version requirement to 5.3.0
This commit is contained in:
@@ -13,8 +13,8 @@
|
|||||||
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.2.0", phpversion()) == 1) {
|
if (version_compare("5.3.0", phpversion()) == 1) {
|
||||||
array_push($errors, "PHP version 5.2.0 or newer required.");
|
array_push($errors, "PHP version 5.3.0 or newer required.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CONFIG_VERSION != EXPECTED_CONFIG_VERSION) {
|
if (CONFIG_VERSION != EXPECTED_CONFIG_VERSION) {
|
||||||
|
|||||||
Reference in New Issue
Block a user