[SOLVED] highest PHP version supported on CentOS 7

Issues related to applications and software problems
Post Reply
drknut
Posts: 50
Joined: 2016/12/13 11:59:42

[SOLVED] highest PHP version supported on CentOS 7

Post by drknut » 2017/08/12 08:39:54

By default, we get PHP 5.4.

Is there some trusted, maintained repositories offering higher versions of PHP ?

Sorry if this subject has already been discussed, "php" and "version" are not searchable on this forum.
Last edited by drknut on 2017/08/12 09:05:32, edited 1 time in total.

mghe
Posts: 766
Joined: 2015/11/24 12:04:43
Location: Katowice, Poland

Re: highest PHP version supported on CentOS 7

Post by mghe » 2017/08/12 08:45:21

You can install PHP 7.x from remi repo:

https://rpms.remirepo.net/wizard/

drknut
Posts: 50
Joined: 2016/12/13 11:59:42

Re: highest PHP version supported on CentOS 7

Post by drknut » 2017/08/12 09:05:12

Thank you for this useful link.

It will probably answer all my questions about available PHP versions.

Post Reply