DEV Community

Discussion on: Upgrading to PHP 7.4

Collapse
 
anandpushkar088 profile image
Pushkar Anand

Try sudo dnf -y install dnf-utils and sudo dnf module install php:remi-7.4

Collapse
 
funnelxpert profile image
Peter Nyiri

I use yum, not dnf.

I already ran this:
sudo yum -y install yum-utils

Package yum-utils-1.1.31-52.el7.noarch already installed and latest version
Nothing to do

Also I just remembered that my server is running on php-cgi, not php-fpm

Thread Thread
 
anandpushkar088 profile image
Pushkar Anand

I have no experience with CGI.