Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. 2018-03-08
  2. Affects: */php* */pecl* */pear*
  3. Author: mat@FreeBSD.org
  4. Reason:
  5. PHP extensions and modules have been flavored.
  6.  
  7. People using Poudriere 3.2+ and binary packages do not have to do anything.
  8.  
  9. PHP modules and extensions may have change their names from php5- or php7- to
  10. fully versionned phpXY-.
  11. PECL extensions and PEAR modules package names have changed from pecl- and
  12. pear- to phpXX-pecl and phpXX-pear-.
  13.  
  14. For other people, to build the PHP 7.2 version of, for example,
  15. databases/php-memcached, you need to run:
  16.  
  17. # make FLAVOR=php72 install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement