On Mon, 2019-04-15 at 22:39 +0000, MRob wrote:
I know there's a couple third party repos offering PHP 7 for Centos. I prefer not to add too much third party that I don't have to and PHP 7 has been mainstream for some time now, I thought maybe it would be in EPEL by now.
What is the most recommended and stable way to get an up to date PHP on Centos 7?
Software Collections is always the way to go for up-to-date mainstream software.
https://www.softwarecollections.org/
Specifically it has PHP 7.0, 7.1 and 7.2 for CentOS 7.
P.