Re: Best option for php version 7?

2018-01-04 Thread Konstantin Olchanski
I have good luck with php rpms from webtatic, both el6 and el7, used for mediawiki and for owncloud/nextcloud: rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm yum erase php yum install mod_php71w php71w-opcache yum install "php71w*" --exclude "*mysql*" K.O. On Thu, Jan 04,

Re: Best option for php version 7?

2018-01-04 Thread ~Stack~
On 01/04/2018 12:54 PM, Steve Gaarder wrote: > I want to set up a web server with PHP version 7, preferrably 7.1 or > newer, which is not available in SL or EPEL.  What is the best (i.e. > stable and kept up-to-date) place to get it? I've had lots of luck with https://ius.io/ and prefer it over

Re: Best option for php version 7?

2018-01-04 Thread Maarten
or software collections: https://www.softwarecollections.org/en/scls/?search=php via: yum-conf-softwarecollections.noarch On 01/04/2018 08:20 PM, Maarten wrote: > Try the remi repo: https://rpms.remirepo.net/enterprise/7/ > > > On 01/04/2018 07:54 PM, Steve Gaarder wrote: >> I want to set up a

Re: Best option for php version 7?

2018-01-04 Thread Nico Kadel-Garcia
On Thu, Jan 4, 2018 at 1:54 PM, Steve Gaarder wrote: > I want to set up a web server with PHP version 7, preferrably 7.1 or newer, > which is not available in SL or EPEL. What is the best (i.e. stable and > kept up-to-date) place to get it? It's in the "Software

Re: Best option for php version 7?

2018-01-04 Thread John Roberts
Hi, I'm running an SL7.4 webserver with httpd24 and php71 from SoftwareCollections. Install: yum-conf-softwarecollections Then look at https://www.softwarecollections.org/en/scls/ to see what software you can pull in via SoftwareCollections. You'll want to "yum install" at least: httpd24

Re: Best option for php version 7?

2018-01-04 Thread Maarten
Try the remi repo: https://rpms.remirepo.net/enterprise/7/ On 01/04/2018 07:54 PM, Steve Gaarder wrote: > I want to set up a web server with PHP version 7, preferrably 7.1 or > newer, which is not available in SL or EPEL.  What is the best (i.e. > stable and kept up-to-date) place to get it? > >

Best option for php version 7?

2018-01-04 Thread Steve Gaarder
I want to set up a web server with PHP version 7, preferrably 7.1 or newer, which is not available in SL or EPEL. What is the best (i.e. stable and kept up-to-date) place to get it? thanks, Steve Gaarder System Administrator, Dept of Mathematics Cornell University, Ithaca, NY, USA