From 6e3887a5d3ce3430e460efabaa4d7f3af22bab02 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Fri, 24 Nov 2023 14:10:26 +0100 Subject: lang/php* : Change default to 8.2 As active support of php81 ends on 25th November, 2023 it's time to switch the default version to 8.2. See https://www.php.net/supported-versions.php for more details. PR: 274463 Approved by: portmgr (exp-run) --- UPDATING | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index a915163923b5..8f466fb757ee 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. +20231125: + AFFECTS: users of lang/php81 + AUTHOR: bofh@FreeBSD.org + + The default version of PHP has been switched from 8.1 to 8.2. + + If you use binary packages you should make a list of php packages + before running 'pkg upgrade': + + # pkg info \*php81\* > ~/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_php81 you need to deinstall it and install mod_php82. + 20231104: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org -- cgit v1.2.3