View | Details | Raw Unified | Return to bug 209563
Collapse All | Expand All

(-)Mk/bsd.default-versions.mk (-1 / +1 lines)
Lines 77-83 Link Here
77
# Possible values: 9.3, 9.4, 9.5, 9.6, 10
77
# Possible values: 9.3, 9.4, 9.5, 9.6, 10
78
PGSQL_DEFAULT?=		9.5
78
PGSQL_DEFAULT?=		9.5
79
# Possible values: 5.6, 7.0, 7.1, 7.2
79
# Possible values: 5.6, 7.0, 7.1, 7.2
80
PHP_DEFAULT?=		5.6
80
PHP_DEFAULT?=		7.1
81
# Possible values: 2.7, 3.4, 3.5, 3.6, 3.7
81
# Possible values: 2.7, 3.4, 3.5, 3.6, 3.7
82
PYTHON_DEFAULT?=	2.7
82
PYTHON_DEFAULT?=	2.7
83
# Possible values: 2.7
83
# Possible values: 2.7
(-)UPDATING (+14 lines)
Lines 5-10 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
20180813:
9
  AFFECTS: users of lang/php56
10
  AUTHOR: tz@FreeBSD.org
11
12
  The default version of PHP has been switched from 5.6 to 7.1.
13
14
  If you use binary packages you should make a list of php packages
15
  before running 'pkg upgrade':
16
17
  # pkg info php5\* > ~/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
8
20180810:
22
20180810:
9
  AFFECTS: databases/postgresql??-server
23
  AFFECTS: databases/postgresql??-server
10
  AUTHOR: girgen@FreeBSD.org
24
  AUTHOR: girgen@FreeBSD.org

Return to bug 209563