aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-11-26 01:11:50 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-11-26 01:14:37 +0000
commit8f21d69a60573aaa9c79deea78327a9283410b53 (patch)
tree2a52e2df28aaf97d5b79799d0c779b08c2b2b118 /UPDATING
parent31a46384d6f50cab7e71501ba577ba20f0d12600 (diff)
downloadports-8f21d69a60573aaa9c79deea78327a9283410b53.tar.gz
ports-8f21d69a60573aaa9c79deea78327a9283410b53.zip
Mk/bsd.default-versions.mk: Change PHP default version to 8.1
Switching php DEFAULT_VERSION from 8.0 to 8.1. php 8.0 Active support ends on 2022-11-26. This will not be merged in quarterly. PR: 266854 Tested by: antoine Approved by: ale Relnotes: https://www.php.net/supported-versions.php Sponsored by: Bounce Experts
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING18
1 files changed, 17 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index 8816cb7b9e06..e759bf0445f5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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.
+20221126:
+ AFFECTS: users of lang/php80
+ AUTHOR: bofh@FreeBSD.org
+
+ The default version of PHP has been switched from 8.0 to 8.1.
+
+ If you use binary packages you should make a list of php packages
+ before running 'pkg upgrade':
+
+ # pkg info \*php80\* > ~/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_php80 you need to deinstall it and install mod_php81.
+
20221123:
AFFECTS: x11-wm/jwm
AUTHOR: fernape@FreeBSD.org
@@ -69,7 +85,7 @@ you update your ports collection, before attempting any port upgrades.
AFFECTS: users of security/acme.sh
AUTHOR: dvl@FreeBSD.org
- This update may break your install if you were using a symlink to
+ This update may break your install if you were using a symlink to
%%EXAMPLESDIR%%/acme.sh.conf - that file is no longer installed. Instead,
a log rotation configuration is now installed to etc/cron.d/acme.sh.sample
you should modify etc/cron.d/acme.sh to needs.