From 8f21d69a60573aaa9c79deea78327a9283410b53 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 25 Nov 2022 19:11:50 -0600 Subject: 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 --- UPDATING | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'UPDATING') 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. -- cgit v1.2.3