diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-24 17:41:06 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-01-24 17:41:06 -0600 |
commit | 2e1fdc173831debc50f2c25b86e202c0a4967334 (patch) | |
tree | d36fea69025e64f586e5ae9423269a84f29cd862 /UPDATING | |
parent | science/votca: Update 2021.2-18560 -> 2022 (diff) |
Change PHP default version to 8.0
- databases/xapian-bindings is a mata port which do not have
php:flavors and is unable to be MARKED to IGNORE as one of it's
dependent databases/php-xapian do not support php8.0. Hence this
creates a circular dependency and it fails to start bulk building. So
for now remove PHP from OPTIONS_DEFAULT.
PR: 260595
Approved by: ale portmgr(exp-run)
Sponsored by: Bounce Experts
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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. +20220125: + AFFECTS: users of lang/php74 + AUTHOR: tz@FreeBSD.org + + The default version of PHP has been switched from 7.4 to 8.0. + + 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_php74 you need to deinstall it and install mod_php80. + 20220120: AFFECTS: users of x11-wm/dwm AUTHOR: 0mp@FreeBSD.org |