aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2018-10-22 14:04:03 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2018-10-22 14:04:03 +0000
commit89bcd41ec26418e25fc01a2d42784b766767c550 (patch)
tree12527968a3f6a6a3b8373afc5b8ac6ac22da91e9 /UPDATING
parent9660a39d1bd52cf82a74f09e030cb5821d87d0d1 (diff)
downloadports-89bcd41ec26418e25fc01a2d42784b766767c550.tar.gz
ports-89bcd41ec26418e25fc01a2d42784b766767c550.zip
Switch default PHP version from 7.1 to 7.2
PR: 232398 Reviewed by: joneum Approved by: tz (implicit) Exp-run by: antoine Sponsored by: Netzkommune GmbH
Notes
Notes: svn path=/head/; revision=482746
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING16
1 files changed, 16 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 47b9ef0302fc..bc1c49af6806 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.
+20181022:
+ AFFECTS: users of lang/php71
+ AUTHOR: joneum@FreeBSD.org
+
+ The default version of PHP has been switched from 7.1 to 7.2.
+
+ 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_php71 you need to deinstall it and install mod_php72.
+
20181020:
AFFECTS: users of security/libressl
AUTHOR: brnrd@FreeBSD.org