On a Cpanel server running CloudLinux, PHP Selector did not show all PHP versions.

I reinstalled EasyApache profile “CloudLinux + All PHP Options + OpCache + mod_lsapi”.

Even after installing EasyApache profile with all PHP versions, PHP 7.2 and PHP 7.4 was missing on this server.
To fix, the problem, i run
yum clean all
yum install -y alt-php72*
yum install -y alt-php74*
yum install -y alt-php73*
Leave a Reply