diff options
author | mat <mat@FreeBSD.org> | 2018-04-03 20:46:30 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2018-04-03 20:46:30 +0800 |
commit | 4fc67bba6bef4c1171237362342bc5f3693477d4 (patch) | |
tree | 5bc46c70705ff6d779ca8e51db6b95d744af8537 /UPDATING | |
parent | 45580e8a3e65ff1adb671f7f2e0ce80731698bdf (diff) | |
download | freebsd-ports-gnome-4fc67bba6bef4c1171237362342bc5f3693477d4.tar.gz freebsd-ports-gnome-4fc67bba6bef4c1171237362342bc5f3693477d4.tar.zst freebsd-ports-gnome-4fc67bba6bef4c1171237362342bc5f3693477d4.zip |
Improve the 20180308 PHP flavors entry.
Sponsored by: Absolight
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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: |