Hi there,
I installed Virtualmin on CentOS7. I installed PHP 5.6 with the following commands:
# yum install scl-utils
wget -Uvh https://www.softwarecollections.org/repos/rhscl/rh-php56/epel-7-x86_64/noarch/rhscl-rh-php56-epel-7-x86_64.noarch.rpm
yum install rhscl-rh-php56-*.noarch.rpm
yum install rh-php56
yum install rh-php56-php-mysqlnd rh-php56-php-gd rh-php56-php-xmlrpc rh-php56-php-bcmath rh-php56-php-mbstring rh-php56-php-pecl-xdebug rh-php56-php-pspell rh-php56-php-soap rh-php56-php-intl rh-php56-php-pecl-jsonc-debuginfo rh-php56-php-recode
scl enable rh-php56 bash
ln -s /opt/rh/rh-php56 /opt/rh/php56
But it installed PHP 5.6.5 and I need 5.6.24 for a PCI Compliance (Security Standards).
Is there any way to install it? Or have I to uninstall Virtualmin?
Thanks!
Regards,
Lisandro.