Re: git: 2e1fdc173831 - main - Change PHP default version to 8.0

From: Matthias Fechner <idefix_at_fechner.net>
Date: Wed, 26 Jan 2022 12:11:49 UTC
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