Issue
How to install an additional PHP version?
Environment
- CloudLinux
- PHP Selector
Solution
To install a specific PHP version, run the following command:
yum install alt-php53*
Where 53 may be changed for a required version.
- OR -
Alternatively, use groupinstall option to avoid any conflicts:
yum groupinstall alt-php53
To find all the available alt-php package groups using the following commands:
yum grouplist | grep alt-php
Useful links
https://docs.cloudlinux.com/cloudlinux_os_components/#installation-and-update-4
Comments
0 comments
Please sign in to leave a comment.