Date: Sun, 04 Jun 2017 15:29:11 -0500 From: Paul Schmehl <pschmehl_lists@tx.rr.com> To: abi <abi@abinet.ru>, scratch65535@att.net Cc: freebsd-ports <ports@freebsd.org> Subject: Re: Upgrade PHP to 7.0 Message-ID: <5205DA3C8088A4C5A726C84F@Pauls-MacBook-Pro.local> In-Reply-To: <e17902e4-5dea-0070-a541-06b0a8f7ebd8@abinet.ru> References: <BF1F2ED7CECE0B683C1C6B2C@Pauls-MacBook-Pro.local> <4sk8jctlap0qlvs8m5r52suome2hb5tgas@4ax.com> <e17902e4-5dea-0070-a541-06b0a8f7ebd8@abinet.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--On June 4, 2017 at 11:20:20 PM +0300 abi <abi@abinet.ru> wrote: > On 04.06.2017 21:42, scratch65535@att.net wrote: > As OP problem was solved, it's time to hijack the thread a little :) I'm > considering to migrate as well, what is recommended path for upgrade ? > Uninstall all php56 ports or replace them (I believe, -o key in > portmaster). > Here's what I did. portmaster -o lang/php71 lang/php56 That upgrades php. Then I removed all the php56-extensions: pkg-delete php56-\* mod_php56 php56-extensions And then installed the php71-extensions. cd /usr/ports/lang/php71-extensions make config make install clean Make sure you make a list of all the installed php56-extensions so you can select the same ones in php71-extensions. Paul Schmehl, Retired As if it wasn't already obvious, my opinions are my own and not those of my employer. ******************************************* "It is as useless to argue with those who have renounced the use of reason as to administer medication to the dead." Thomas Jefferson "There are some ideas so wrong that only a very intelligent person could believe in them." George Orwell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5205DA3C8088A4C5A726C84F>