Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jan 2022 13:11:49 +0100
From:      Matthias Fechner <idefix@fechner.net>
To:        Muhammad Moinur Rahman <bofh@FreeBSD.org>, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: 2e1fdc173831 - main - Change PHP default version to 8.0
Message-ID:  <6df41660-c12b-4e23-a3bf-c0519445680e@fechner.net>
In-Reply-To: <202201242347.20ONlaTl096086@gitrepo.freebsd.org>
References:  <202201242347.20ONlaTl096086@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 25.01.2022 um 00:47 schrieb Muhammad Moinur Rahman:
> +  If you use binary packages you should make a list of php packages
> +  before running 'pkg upgrade':
> +
> +  # pkg info php7\* > ~/installed-php-ports-list
> +
> +  After the upgrade, check with such list if all your php extensions
> +  are still installed, and reinstall them if needed.
> +

I think this line should be:

# pkg info \*php7\* > ~/installed-php-ports-list

to also catch packages like `nextcloud-php74`.

Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6df41660-c12b-4e23-a3bf-c0519445680e>