diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-09-14 06:03:38 +0800 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2020-09-14 06:03:38 +0800 |
commit | f00a6cc80bbaf632602a9e267085ffd3623bc937 (patch) | |
tree | 669e69caa1b10590b6c64ed8f3887b9fcf01dd90 /Mk | |
parent | c0e80dfedc1c61fa83c262485d957249c2a6987b (diff) | |
download | freebsd-ports-gnome-f00a6cc80bbaf632602a9e267085ffd3623bc937.tar.gz freebsd-ports-gnome-f00a6cc80bbaf632602a9e267085ffd3623bc937.tar.zst freebsd-ports-gnome-f00a6cc80bbaf632602a9e267085ffd3623bc937.zip |
Switch default version of PHP from 7.2 to 7.4.
7.2 does not receive any bugfixes anymore. Also the security fixes will
end at 2020-11-30.
Since PHP 7.3 will only receive bugfixes for the next 2 month, we
switch directly to 7.4
PR: 248074
Sponsored by: Bounce Experts
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.default-versions.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk index 7f19404b0b05..618dfaaeba89 100644 --- a/Mk/bsd.default-versions.mk +++ b/Mk/bsd.default-versions.mk @@ -89,7 +89,7 @@ PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} # Possible values: 9.5, 9.6, 10, 11, 12 PGSQL_DEFAULT?= 11 # Possible values: 7.2, 7.3, 7.4 -PHP_DEFAULT?= 7.2 +PHP_DEFAULT?= 7.4 # Possible values: 2.7, 3.5, 3.6, 3.7, 3.8 PYTHON_DEFAULT?= 3.7 # Possible values: 2.7 |