Question
What versions of PHP are available in EasyApache 4 on AlmaLinux 8 and RockyLinux 8?
Answer
EasyApache 4 continues to update the PHP versions available on AlmaLinux and RockyLinux 8. Starting with PHP 7.2, EL8 supports all current versions of PHP.
What versions of PHP does cPanel support?
These versions of PHP are not available when moving to AlmaLinux 8 or RockyLinux 8:
- PHP 5.4
- PHP 5.5
- PHP 5.6
- PHP 7.0
- PHP 7.1
You can run this command to retrieve a list of currently available versions for your system:
dnf repolist | grep EA4 | awk {'print $1'} | while read repoid; do repoquery --repoid=$repoid --queryformat="%{name}" | grep -Eoh "ea-php[0-9]{2}" | sort | uniq; done
As new packages are regularly added to our repositories, you should run the above command to get the most up-to-date information on which PHP packages are available.
Resources
For an overview of all supported PHP versions, please see our primary document:
Comments
0 comments
Article is closed for comments.