Update install.sh

pull/176/head
midoks 3 years ago
parent 3a34974ec9
commit ce421cfb89
  1. 2
      plugins/php/versions/74/install.sh

@ -16,7 +16,7 @@ function version_le() { test "$(echo "$@" | tr " " "\n" | sort -V | head -n 1)"
function version_lt() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" != "$1"; }
function version_ge() { test "$(echo "$@" | tr " " "\n" | sort -rV | head -n 1)" == "$1"; }
version=7.4.30
version=7.4.26
PHP_VER=74
Install_php()
{

Loading…
Cancel
Save