aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2020-09-13 22:03:38 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2020-09-13 22:03:38 +0000
commitf00a6cc80bbaf632602a9e267085ffd3623bc937 (patch)
tree669e69caa1b10590b6c64ed8f3887b9fcf01dd90 /UPDATING
parentc0e80dfedc1c61fa83c262485d957249c2a6987b (diff)
downloadports-f00a6cc80bbaf632602a9e267085ffd3623bc937.tar.gz
ports-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
Notes
Notes: svn path=/head/; revision=548578
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 90c79f7a96c5..2db4142bd6f1 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,22 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20200914:
+ AFFECTS: users of lang/php72
+ AUTHOR: tz@FreeBSD.org
+
+ The default version of PHP has been switched from 7.2 to 7.4.
+
+ If you use binary packages you should make a list of php packages
+ before running 'pkg upgrade':
+
+ # pkg info php7\* > ~/installed-php-ports-list
+
+ After the upgrade, check with such list if all your php extensions
+ are still installed, and reinstall them if needed.
+
+ If you use mod_php72 you need to deinstall it and install mod_php74.
+
20200811:
AFFECTS: users of *-emacs26-* packages
AUTHOR: jrm@FreeBSD.org