Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2018 02:39:37 -0400 (EDT)
From:      doug <doug@fledge.watson.org>
To:        tech-lists <tech-lists@zyxst.net>
Cc:        freebsd-questions@freebsd.org, freebsd-ports@freebsd.org
Subject:   Re: upgrading from php56 to php72 via ports
Message-ID:  <alpine.BSF.2.20.1808132036460.50032@fledge.watson.org>
In-Reply-To: <2042d5ad-b58a-b1e3-614a-122e246ee91c@zyxst.net>
References:  <2042d5ad-b58a-b1e3-614a-122e246ee91c@zyxst.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 12 Aug 2018, tech-lists wrote:

> Hello lists,
>
> Is there an approved method of upgrading php56 to php72? This system uses 
> source builds, ie the ports tree, so I guess flavours isn't available. 
> Context is freebsd 11.2 amd64. Portupgrade is installed.
>
> thanks,
> -- 
> J.
Using pkg or /usr/ports, the approved FreeBSD way is to uninstall 5.6 + 
extensions + other dependencies and reinstall. PHP can be coaxed into another 
directory, say /usr/local/lib/php72. The extensions however will only install 
into /usr/local/lib/php.

PHP and its extentions can be installed into alternative directories using the 
install from php.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1808132036460.50032>