A bit delayed because of my holidays.
RPM of PHP version 7.0.10 are available in remi-php70 repository for Fedora and Enterprise Linux (RHEL, CentOS).
RPM of PHP version 5.6.25 are available in remi repository for Fedora ≥ 21 and remi-php56 repository for Enterprise Linux.
PHP version 5.5 have reached its end life and is no longer maintained by the project.
PHP version 5.4 have reached its end of life and is no longer maintained by the project.
These versions are also available as Software Collections.
These versions fix some security bugs, so update is strongly recommended.
Version announcements:
5.5.27 release was the last planned release that contains regular bugfixes. All the consequent releases contain only security-relevant fixes, for the term of one year (July 2016).
Installation : use the Configuration Wizard and choose your version and installation mode.
Replacement of default PHP by version 7.0 installation (simplest):
yum-config-manager --enable remi-php70 yum update
Parallel installation of version 7.0 as Software Collection (x86_64 only):
yum install php70
Replacement of default PHP by version 5.6 installation (simplest):
yum-config-manager --enable remi-php56 yum update
Parallel installation of version 5.6 as Software Collection (x86_64 only):
yum install php56
Replacement of default PHP by version 5.5 installation (simplest):
yum-config-manager --enable remi-php55 yum update
Parallel installation of version 5.5 as Software Collection (x86_64 only):
yum --enablerepo=remi install php55
And soon in the official updates:
To be noticed :
- EL7 rpm are build using RHEL-7.2
- EL6 rpm are build using RHEL-6.8
- a lot of new extensions are also available, see the PECL extension RPM status page
Information, read:
Base packages (php)
Software Collections (php56 / php70)