Re: [CentOS] Recommended PHP 7 source for Centos 7

2019-04-25 Thread Benjamin Smith
Second vote for remi. Running 7.2, no issues on EL7. The only config issue I've had is getting it to work with php-fpm and apache, but that was almost all apache config files. On Thursday, April 18, 2019 10:16:01 AM PDT Jose Maria Terry Jimenez wrote: > El 16/4/19 a las 0:39, MRob escribió:

Re: [CentOS] Recommended PHP 7 source for Centos 7

2019-04-22 Thread Stephen John Smoogen
On Mon, 15 Apr 2019 at 18:40, 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. > > EPEL tries not

Re: [CentOS] Recommended PHP 7 source for Centos 7

2019-04-22 Thread Nicolas Kovacs
Le 16/04/2019 à 00:39, MRob a écrit : > What is the most recommended and stable way to get an up to date PHP on > Centos 7? Here are two different solutions, the "official" way of doing things, and an unofficial solution that also works perfectly. * https://www.microlinux.fr/php-71-centos/

Re: [CentOS] Recommended PHP 7 source for Centos 7

2019-04-18 Thread Joe
php 7.0 / 7.1 / 7.2 available in red hat scl: php72: yum -y install centos-release-scl yum -Y install rh-php72 Am 16.04.19 um 00:39 schrieb MRob: 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

Re: [CentOS] Recommended PHP 7 source for Centos 7

2019-04-18 Thread mark
Jose Maria Terry Jimenez wrote: > El 16/4/19 a las 0:39, MRob escribió: > >> 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

Re: [CentOS] Recommended PHP 7 source for Centos 7

2019-04-18 Thread Jose Maria Terry Jimenez
El 16/4/19 a las 0:39, MRob escribió: > 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

Re: [CentOS] Recommended PHP 7 source for Centos 7

2019-04-16 Thread Oliver Dauter
I've had the best experience with IUS: https://ius.io/GettingStarted/ Am Di., 16. Apr. 2019 um 00:40 Uhr schrieb MRob : > 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

Re: [CentOS] Recommended PHP 7 source for Centos 7

2019-04-15 Thread Pete Biggs
On Mon, 2019-04-15 at 22:39 +, 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

Re: [CentOS] Recommended PHP 7 source for Centos 7

2019-04-15 Thread Benjamin Hauger
As far as I know, the only alternative to using a third-party repo's prebuilt RPM versions with automatic updates (e.g.: Remi) would be to download and compile it yourself from php.net and aggressively update it by hand every time a new version is released. Only your organization can make the

[CentOS] Recommended PHP 7 source for Centos 7

2019-04-15 Thread MRob
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