|
|
@ -12,7 +12,7 @@
|
|
|
|
// we need a separate check here because functions.php might get parsed
|
|
|
|
// we need a separate check here because functions.php might get parsed
|
|
|
|
// incorrectly before 5.3 because of :: syntax.
|
|
|
|
// incorrectly before 5.3 because of :: syntax.
|
|
|
|
if (version_compare(PHP_VERSION, '5.6.0', '<')) {
|
|
|
|
if (version_compare(PHP_VERSION, '5.6.0', '<')) {
|
|
|
|
print "<b>Fatal Error</b>: PHP version 5.6.0 or newer required.\n";
|
|
|
|
print "<b>Fatal Error</b>: PHP version 5.6.0 or newer required. You're using " . PHP_VERSION . ".\n";
|
|
|
|
exit;
|
|
|
|
exit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|