In the past I have installed the ius-community repo and then installed php56u like so:
yum install https://centos7.iuscommunity.org/ius-release.rpm
yum install php56u
Now that I have come to do the same on a new system, the php56u package seems to be missing. I read they renamed it to mod_php but that is also not found (for 5.6). Only the php7.2 package is available.
yum list php56u
Error: No matching Packages to list
yum list mod_php56u
Error: No matching Packages to list
yum list mod_php72u
Available Packages
mod_php72u.x86_64 7.2.15-1.ius.centos7
Looking at the repo here it is also not showing on that list. How can I get it?