Topic: installed 8.1, need to go to 8.0

Due to an an issue with 8.1.5, I need to go to 8.0.

I'm on RedHat 8.5 and installed 8.1.5 using the Wizard:

dnf install -y dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf install -y rpms.remirepo.net/enterprise/remi-release-8.rpm
dnf module list php
dnf module enable php:remi-8.1 -y
dnf install php php-cli php-common -y
dnf install php php-cli php-common
php -v
PHP 8.1.5 (cli) (built: Apr 12 2022 16:19:58) (NTS gcc x86_64)
Copyright (c) The PHP Group
Zend Engine v4.1.5, Copyright (c) Zend Technologies
    with Zend OPcache v8.1.5, Copyright (c), by Zend Technologies

What is the recommended procedure to get to 8.0?

Thank you,

Re: installed 8.1, need to go to 8.0

you can use

dnf module switch-to php:remi-8.0 

else remove all php packages and follow
again the wizard instructions for 8.0

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi