aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2015-02-20 13:56:11 +0000
committerAlex Dupre <ale@FreeBSD.org>2015-02-20 13:56:11 +0000
commitd859043302955b056934cc498d7a3d7325353067 (patch)
treea2ad4527ca7f4710951f6a0c70d0087ae137baaf /UPDATING
parentfae67ba03e311200e19764e8fac95b3f8bfdd907 (diff)
downloadports-d859043302955b056934cc498d7a3d7325353067.tar.gz
ports-d859043302955b056934cc498d7a3d7325353067.zip
Switch default PHP version to 5.6.x.
- Update PHP 5.4 to 5.4.38 release - Update PHP 5.5 to 5.5.22 release - Update PHP 5.6 to 5.6.6 release PR: 195604 Approved by: portmgr
Notes
Notes: svn path=/head/; revision=379433
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING13
1 files changed, 13 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ad5328eb523b..dd57cdf268ba 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,19 @@ 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.
+20150220:
+ AFFECTS: users of PHP
+
+ The default PHP version has been updated from 5.4 to 5.6.
+
+ 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.
+
20150213:
AFFECTS: users who upgraded from FreeBSD 7.x or older with "make world" but never ran "make delete-old"
AUTHOR: antoine@FreeBSD.org