aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-04-03 12:46:30 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-04-03 12:46:30 +0000
commitdb24f2248be94f90e476268f498d9c2aa8988b38 (patch)
tree5bc46c70705ff6d779ca8e51db6b95d744af8537 /UPDATING
parentb5669c253eb9ab532793deeead9dbef73dc72b6f (diff)
downloadports-db24f2248be94f90e476268f498d9c2aa8988b38.tar.gz
ports-db24f2248be94f90e476268f498d9c2aa8988b38.zip
Improve the 20180308 PHP flavors entry.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=466343
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING8
1 files changed, 7 insertions, 1 deletions
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: