View | Details | Raw Unified | Return to bug 260595 | Differences between
and this patch

Collapse All | Expand All

(-)b/Mk/bsd.default-versions.mk (-1 / +1 lines)
Lines 108-114 PERL5_DEFAULT:= ${_PERL5_FROM_BIN:R} Link Here
108
# Possible values: 9.6, 10, 11, 12, 13, 14
108
# Possible values: 9.6, 10, 11, 12, 13, 14
109
PGSQL_DEFAULT?=		13
109
PGSQL_DEFAULT?=		13
110
# Possible values: 7.3, 7.4, 8.0
110
# Possible values: 7.3, 7.4, 8.0
111
PHP_DEFAULT?=		7.4
111
PHP_DEFAULT?=		8.0
112
# Possible values: 2.7, 3.6, 3.7, 3.8, 3.9, 3.10
112
# Possible values: 2.7, 3.6, 3.7, 3.8, 3.9, 3.10
113
PYTHON_DEFAULT?=	3.8
113
PYTHON_DEFAULT?=	3.8
114
# Possible values: 2.7
114
# Possible values: 2.7
(-)b/UPDATING (+16 lines)
Lines 5-10 they are unavoidable. Link Here
5
You should get into the habit of checking this file for changes each time
5
You should get into the habit of checking this file for changes each time
6
you update your ports collection, before attempting any port upgrades.
6
you update your ports collection, before attempting any port upgrades.
7
7
8
20211221:
9
  AFFECTS: users of lang/php74
10
  AUTHOR: tz@FreeBSD.org
11
12
  The default version of PHP has been switched from 7.4 to 8.0.
13
14
  If you use binary packages you should make a list of php packages
15
  before running 'pkg upgrade':
16
17
  # pkg info php7\* > ~/installed-php-ports-list
18
19
  After the upgrade, check with such list if all your php extensions
20
  are still installed, and reinstall them if needed.
21
22
  If you use mod_php74 you need to deinstall it and install mod_php80.
23
8
20201116:
24
20201116:
9
  AFFECTS: users of emulators/qemu50
25
  AFFECTS: users of emulators/qemu50
10
  AUTHOR: bofh@FreeBSD.org
26
  AUTHOR: bofh@FreeBSD.org

Return to bug 260595