aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2018-09-05 08:04:41 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2018-09-05 08:04:41 +0000
commit188a80ce47750bd7bd2bfc3ecac7f2ca7c4e6e51 (patch)
treea1d3a3ca3c5ea1412c1b40560f73be10b22c7590 /UPDATING
parent5ddb8b642aa6fc50ae87d2e72efb7a0b3ab830f1 (diff)
downloadports-188a80ce47750bd7bd2bfc3ecac7f2ca7c4e6e51.tar.gz
ports-188a80ce47750bd7bd2bfc3ecac7f2ca7c4e6e51.zip
Switch default PHP version from 5.6 to 7.1
PR: 209563 Reviewed by: tz, Felix Flor Exp-run by: antoine
Notes
Notes: svn path=/head/; revision=479014
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index a2ae189c02ba..6e44f4213248 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20180905:
+ AFFECTS: users of lang/php56
+ AUTHOR: tz@FreeBSD.org
+
+ The default version of PHP has been switched from 5.6 to 7.1.
+
+ If you use binary packages you should make a list of php packages
+ before running 'pkg upgrade':
+
+ # pkg info php5\* > ~/installed-php-ports-list
+
+ After the upgrade, check with such list if all your php extensions
+ are still installed, and reinstall them if needed.
+
20180901:
AFFECTS: net/samba48
AUTHOR: timur@FreeBSD.org