I don't know if it is just me or anyone else came across this issue? I want to install PHP 7.1.14, so I've installed the REMI repository on my CentOS 7 and enabled the php71 repository. However, when I do a yum list php --showduplicates
it shows me only the latest and one slightly older version. Do not tell me please that my only option is to install from source because that will be a pain in the *ss because then I have to build all the php modules from source as well and that is not an option. Is there another repository that contains all the sub-versions of a specific version like 7.1 ?
Indeed, I only keep 2 versions in the online repository, so as today, 7.1.25 and 7.1.26 (yes, disk space have some value, especially on mirrors)
Older versions are insecure, but still available in an archive directory, but not installable using the yum/dnf command
Especially, as PHP 7.1 is now in security mode I don't see any benefit to keep an 1 year old minor version.
Using the dedicated forum is a better place to ask about "remi" repository.