Hi MichaelHello @ImperialTrader,
PHP version 5.6 was removed from the default EasyApache 4 profiles because it reached end-of-life status (PHP no longer publishes security updates for version 5.6). I recommend updating any PHP scripts that lack compatibility with newer PHP versions at your earliest convenience.
If you plan to upgrade your scripts to work with a supported PHP version but need to use PHP 5.6 temporarily, execute the following command as root to install PHP version 5.6:
When you're ready to remove it, execute the following command as root:Code:yum install ea-php56
Thank you.Code:yum remove ea-php56
After I installed php5.6 and activated it from WHM, there are still some websites using php5.6 aren't working properly!
Although these websites were working fine at their old shared hosting company.
Is there any missing modules or packages I should install from (EasyApache 4) or from anything else?
I also see other websites using WordPress are missing (mysql extension).