Browse Source

discontinue php versions before 7.4

main
RealAngeleno 10 months ago
committed by -
parent
commit
8a7db62e42
  1. 4
      install.php

4
install.php

@ -856,10 +856,10 @@ if ($step == 0) {
$tests = array( $tests = array(
array( array(
'category' => 'PHP', 'category' => 'PHP',
'name' => 'PHP ≥ 5.4', 'name' => 'PHP ≥ 7.4',
'result' => PHP_VERSION_ID >= 50400, 'result' => PHP_VERSION_ID >= 50400,
'required' => true, 'required' => true,
'message' => 'vichan requires PHP 5.4 or better.', 'message' => 'vichan requires PHP 7.4 or better.',
), ),
array( array(
'category' => 'PHP', 'category' => 'PHP',

Loading…
Cancel
Save