diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-09-05 16:04:41 +0800 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-09-05 16:04:41 +0800 |
commit | 188a80ce47750bd7bd2bfc3ecac7f2ca7c4e6e51 (patch) | |
tree | a1d3a3ca3c5ea1412c1b40560f73be10b22c7590 /UPDATING | |
parent | 5ddb8b642aa6fc50ae87d2e72efb7a0b3ab830f1 (diff) | |
download | freebsd-ports-gnome-188a80ce47750bd7bd2bfc3ecac7f2ca7c4e6e51.tar.gz freebsd-ports-gnome-188a80ce47750bd7bd2bfc3ecac7f2ca7c4e6e51.tar.zst freebsd-ports-gnome-188a80ce47750bd7bd2bfc3ecac7f2ca7c4e6e51.zip |
Switch default PHP version from 5.6 to 7.1
PR: 209563
Reviewed by: tz, Felix Flor
Exp-run by: antoine
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |