On 08/14/2022 04:22 PM, Kenneth Porter wrote:> On 8/14/2022 12:36 PM, H wrote: >> I do not see SCL having php 7.4, only php 7.3, or did I miss it? > > I don't see it, either. I suggest getting the source for 7.2 or 7.3 and updating it to 7.4. Your contribution to the community would be welcome! > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > https://lists.centos.org/mailman/listinfo/centosWhile I would prefer to install php 7.4 from SCL, both IUS and Remi's repositories do carry it. Do you see a reason to choose one over the other bearing in mind I need to have multiple versions installed used by different web apps?
--On Monday, August 15, 2022 1:03 PM -0400 H <agents at meddatainc.com> wrote:> While I would prefer to install php 7.4 from SCL, both IUS and Remi's > repositories do carry it. Do you see a reason to choose one over the > other bearing in mind I need to have multiple versions installed used by > different web apps?I'm a minor PHP user and 7.3 has been adequate for running WordPress. So I haven't felt pressured to investigate the IUS and Remi offerings. I'd suggest downloading both and querying the packages to compare. Use "rpm -qplv" to list the files included, and "rpm -qp --scripts" to see what other modifications they'll make to your system. I always do that on "alien" packages to make sure they won't do anything unexpected to my system. (I so wish Windows packaging was this simple!)