svn commit: r479014 - in head: . Mk

Torsten Zuehlsdorff tz at FreeBSD.org
Wed Sep 5 08:04:42 UTC 2018


Author: tz
Date: Wed Sep  5 08:04:41 2018
New Revision: 479014
URL: https://svnweb.freebsd.org/changeset/ports/479014

Log:
  Switch default PHP version from 5.6 to 7.1
  
  PR:		209563
  Reviewed by:	tz, Felix Flor
  Exp-run by:	antoine

Modified:
  head/Mk/bsd.default-versions.mk
  head/UPDATING

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Wed Sep  5 08:02:18 2018	(r479013)
+++ head/Mk/bsd.default-versions.mk	Wed Sep  5 08:04:41 2018	(r479014)
@@ -77,7 +77,7 @@ PERL5_DEFAULT:=		${_PERL5_FROM_BIN:R}
 # Possible values: 9.3, 9.4, 9.5, 9.6, 10
 PGSQL_DEFAULT?=		9.5
 # Possible values: 5.6, 7.0, 7.1, 7.2
-PHP_DEFAULT?=		5.6
+PHP_DEFAULT?=		7.1
 # Possible values: 2.7, 3.4, 3.5, 3.6, 3.7
 PYTHON_DEFAULT?=	2.7
 # Possible values: 2.7

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Sep  5 08:02:18 2018	(r479013)
+++ head/UPDATING	Wed Sep  5 08:04:41 2018	(r479014)
@@ -5,6 +5,20 @@ 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.
 
+20180905:
+  AFFECTS: users of lang/php56
+  AUTHOR: tz at FreeBSD.org
+
+  The default version of PHP has been switched from 5.6 to 7.1.
+
+  If you use binary packages you should make a list of php packages
+  before running 'pkg upgrade':
+
+  # pkg info php5\* > ~/installed-php-ports-list
+
+  After the upgrade, check with such list if all your php extensions
+  are still installed, and reinstall them if needed.
+
 20180901:
   AFFECTS: net/samba48
   AUTHOR: timur at FreeBSD.org


More information about the svn-ports-head mailing list