PHP version 5.6.33, 7.0.27, 7.1.13 and 7.2.1
+
Par Remi le jeudi 4 janvier 2018, 22:26 - Archives - Lien permanent
RPM of PHP version 7.2.1 are available in the remi-php72 repository for Fedora 25-27 and Enterprise Linux ≥ 6 (RHEL, CentOS) and as Software Collection in the remi-safe repository.
RPM of PHP version 7.1.13 are available in remi repository for Fedora 26-27 and in remi-php71 repository for Fedora 24-25 and Enterprise Linux (RHEL, CentOS).
RPM of PHP version 7.0.27 are available in remi repository for Fedora 25 and in remi-php70 repository for Fedora 24 and Enterprise Linux (RHEL, CentOS).
RPM of PHP version 5.6.33 are available in remi repository for Fedora 24 and remi-php56 repository for Enterprise Linux.
PHP version 5.5 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:
- PHP 7.2.1 Release Annoucement
- PHP 7.1.13 Release Annoucement
- PHP 7.0.27 Release Annoucement
- PHP 5.6.33 Release Annoucement
Installation : use the Configuration Wizard and choose your version and installation mode.
Replacement of default PHP by version 7.2 installation (simplest):
yum-config-manager --enable remi-php72 yum update php\*
Parallel installation of version 7.2 as Software Collection (x86_64 only):
yum install php72
Replacement of default PHP by version 7.1 installation (simplest):
yum-config-manager --enable remi-php71 yum update
Parallel installation of version 7.1 as Software Collection (x86_64 only):
yum install php71
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
And soon in the official updates:
- Fedora rawhide have PHP 7.2.1
- Fedora 27 - PHP 7.1.13
- Fedora 26 - PHP 7.1.13
To be noticed :
- EL7 rpm are build using RHEL-7.4
- EL6 rpm are build using RHEL-6.9
- a lot of new extensions are also available, see the PECL extension RPM status page
Information, read:
- Migrating from PHP 5.5.x to PHP 5.6.x
- Migrating from PHP 5.6.x to PHP 7.0.x
- Migrating from PHP 7.0.x to PHP 7.1.x
- Migrating from PHP 7.1.x to PHP 7.3.x
Base packages (php)
Software Collections (php56 / php70 / php71 / php72)
Commentaires
Partially archived entry, see PHP version 7.1.14 and 7.2.2
Archived entry, see PHP version 5.6.34, 7.0.28, 7.1.15 and 7.2.3