From 4fc67bba6bef4c1171237362342bc5f3693477d4 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 3 Apr 2018 12:46:30 +0000 Subject: Improve the 20180308 PHP flavors entry. Sponsored by: Absolight --- UPDATING | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 61b6cfa77301..ea78f1a35d90 100644 --- a/UPDATING +++ b/UPDATING @@ -104,13 +104,19 @@ you update your ports collection, before attempting any port upgrades. PHP extensions and modules have been flavored. - People using Poudriere 3.2+ and binary packages do not have to do anything. + People using Poudriere 3.2+ and binary packages do not have to do anything if + they are using PHP applications. PHP modules and extensions may have change their names from php5- or php7- to fully versionned phpXY-. PECL extensions and PEAR modules package names have changed from pecl- and pear- to phpXX-pecl and phpXX-pear-. + To rename an installed package to match the new naming scheme, for example, + for the imagick pecl extension, run: + + # pkg set -n pecl-imagick:php56-pecl-imagick + For other people, to build the PHP 7.2 version of, for example, databases/php-memcached, you need to run: -- cgit