PHP version 7.2.28, 7.3.15 and 7.4.3
+
Par Remi le jeudi 20 février 2020, 13:15 - Archives - Lien permanent
RPMs of PHP version 7.4.3 are available in remi repository for Fedora 32 and remi-php74 repository for Fedora 30-31 and Enterprise Linux ≥ 7 (RHEL, CentOS).
RPMs of PHP version 7.3.15 are available in remi repository for Fedora 30-31 and remi-php73 repository for Enterprise Linux ≥ 6 (RHEL, CentOS).
RPMs of PHP version 7.2.28 are available in remi-php72 repository for Enterprise Linux ≥ 6 (RHEL, CentOS).
PHP version 7.1 have reached its end of life and is no longer maintained by the PHP project.
These versions are also available as Software Collections in the remi-safe repository and as module for Fedora 30-32 and EL-8.
These versions fix a few security bugs, so update is strongly recommended.
Version announcements:
Installation: use the Configuration Wizard and choose your version and installation mode.
Replacement of default PHP by version 7.4 installation (simplest):
yum-config-manager --enable remi-php74 yum update
or, the modular way (Fedora and EL 8):
dnf module enable php:remi-7.4 dnf update php\*
Parallel installation of version 7.4 as Software Collection
yum install php74
Replacement of default PHP by version 7.3 installation (simplest):
yum-config-manager --enable remi-php73 yum update php\*
or, the modular way (Fedora and EL 8):
dnf module enable php:remi-7.3 dnf update php\*
Parallel installation of version 7.3 as Software Collection
yum install php73
And soon in the official updates:
- Fedora 32 and rawhide now have PHP 7.4.3
- Fedora 31 - PHP 7.3.15
- Fedora 30 - PHP 7.3.15
To be noticed :
- EL-8 RPMs are build using RHEL-8.1
- EL-7 RPMs are build using RHEL-7.7
- EL-6 RPMs are build using RHEL-6.10
- EL-7 builds now use libicu62 (version 62.1)
- EL builds now uses oniguruma5 (version 6.9.4, instead of bundled copy)
- oci8 extension now uses Oracle Client version 19.5 (excepted on EL-6)
- a lot of new extensions are also available, see the PECL extension RPM status page
Information:
- Migrating from PHP 7.1.x to PHP 7.2.x
- Migrating from PHP 7.2.x to PHP 7.3.x
- Migrating from PHP 7.3.x to PHP 7.4.x
Base packages (php)
Software Collections (php72 / php73 / php74)
Commentaires
Archived entry, see PHP version 7.2.29, 7.3.16 and 7.4.4