Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 22:03:38 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548578 - in head: . Mk
Message-ID:  <202009132203.08DM3cNh077731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Sun Sep 13 22:03:38 2020
New Revision: 548578
URL: https://svnweb.freebsd.org/changeset/ports/548578

Log:
  Switch default version of PHP from 7.2 to 7.4.
  
  7.2 does not receive any bugfixes anymore. Also the security fixes will
  end at 2020-11-30.
  Since PHP 7.3 will only receive bugfixes for the next 2 month, we
  switch directly to 7.4
  
  PR:		248074
  Sponsored by:	Bounce Experts

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

Modified: head/Mk/bsd.default-versions.mk
==============================================================================
--- head/Mk/bsd.default-versions.mk	Sun Sep 13 21:11:06 2020	(r548577)
+++ head/Mk/bsd.default-versions.mk	Sun Sep 13 22:03:38 2020	(r548578)
@@ -89,7 +89,7 @@ PERL5_DEFAULT:=		${_PERL5_FROM_BIN:R}
 # Possible values: 9.5, 9.6, 10, 11, 12
 PGSQL_DEFAULT?=		11
 # Possible values: 7.2, 7.3, 7.4
-PHP_DEFAULT?=		7.2
+PHP_DEFAULT?=		7.4
 # Possible values: 2.7, 3.5, 3.6, 3.7, 3.8
 PYTHON_DEFAULT?=	3.7
 # Possible values: 2.7

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Sun Sep 13 21:11:06 2020	(r548577)
+++ head/UPDATING	Sun Sep 13 22:03:38 2020	(r548578)
@@ -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.
 
+20200914:
+  AFFECTS: users of lang/php72
+  AUTHOR: tz@FreeBSD.org
+
+  The default version of PHP has been switched from 7.2 to 7.4.
+
+  If you use binary packages you should make a list of php packages
+  before running 'pkg upgrade':
+
+  # pkg info php7\* > ~/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_php72 you need to deinstall it and install mod_php74.
+
 20200811:
   AFFECTS: users of *-emacs26-* packages
   AUTHOR: jrm@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009132203.08DM3cNh077731>