Date: Mon, 22 Oct 2018 14:04:04 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482746 - in head: . Mk Message-ID: <201810221404.w9ME442H097817@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Mon Oct 22 14:04:03 2018 New Revision: 482746 URL: https://svnweb.freebsd.org/changeset/ports/482746 Log: Switch default PHP version from 7.1 to 7.2 PR: 232398 Reviewed by: joneum Approved by: tz (implicit) Exp-run by: antoine Sponsored by: Netzkommune GmbH Modified: head/Mk/bsd.default-versions.mk head/UPDATING Modified: head/Mk/bsd.default-versions.mk ============================================================================== --- head/Mk/bsd.default-versions.mk Mon Oct 22 13:48:07 2018 (r482745) +++ head/Mk/bsd.default-versions.mk Mon Oct 22 14:04:03 2018 (r482746) @@ -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, 7.3 -PHP_DEFAULT?= 7.1 +PHP_DEFAULT?= 7.2 # 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 Mon Oct 22 13:48:07 2018 (r482745) +++ head/UPDATING Mon Oct 22 14:04:03 2018 (r482746) @@ -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. +20181022: + AFFECTS: users of lang/php71 + AUTHOR: joneum@FreeBSD.org + + The default version of PHP has been switched from 7.1 to 7.2. + + 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_php71 you need to deinstall it and install mod_php72. + 20181020: AFFECTS: users of security/libressl AUTHOR: brnrd@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810221404.w9ME442H097817>