We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83876b commit c8f6793Copy full SHA for c8f6793
install.php
@@ -8,7 +8,7 @@
8
}
9
10
require_once __DIR__ .'/lib/RexStan.php';
11
-$cliPhpVerssion = RexStan::execCmd('php -r "echo PHP_VERSION_ID;"', false, $lastError);
+$cliPhpVerssion = RexStan::execCmd('php -r "echo PHP_VERSION_ID;"', $lastError);
12
if (is_numeric($cliPhpVerssion)) {
13
if ($cliPhpVerssion < 70300) {
14
$addon->setProperty('installmsg', 'PHP CLI version is too old. Please upgrade to PHP 7.3 or higher.');
0 commit comments