Issue
How to install an additional PHP version?
Environment
- CloudLinux
- PHP Selector
Solution
Use the groupinstall option to avoid any conflicts:
yum groupinstall alt-php53
To find all the available Alt-PHP package groups, use the following command:
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.