diff options
author | Alex Dupre <ale@FreeBSD.org> | 2015-02-20 13:56:11 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2015-02-20 13:56:11 +0000 |
commit | d859043302955b056934cc498d7a3d7325353067 (patch) | |
tree | a2ad4527ca7f4710951f6a0c70d0087ae137baaf /UPDATING | |
parent | fae67ba03e311200e19764e8fac95b3f8bfdd907 (diff) |
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-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |