PHP version 7.4.0 is released!
+
Par Remi le jeudi 28 novembre 2019, 10:49 - Archives - Lien permanent
RC6 was GOLD, so version 7.4.0 GA is just released, at planed date.
A great thanks to all developers who have contributed to this new major and long awaiting version of PHP and thanks to all testers of the RC versions who have allowed us to deliver a good quality version.
RPM are available in the remi-php74 repository for Fedora ≥ 29 and Enterprise Linux ≥ 7 (RHEL, CentOS) and as Software Collection in the remi-safe repository.
RPM are also available in the php:remi-7.4 module for Fedora and Enterprise Linux 8.
Read the PHP 7.4.0 Release Announcement.
Installation: read the Repository configuration and choose installation mode, or follow the Configuration Wizard instructions.
Replacement of default PHP by version 7.4 installation (simplest):
Fedora modular or Enterprise Linux 8:
dnf module reset php dnf module install php:remi-7.4
Fedora or Enterprise Linux 7:
yum-config-manager --enable remi-php74 yum update php\*
Parallel installation of version 7.4 as Software Collection (x86_64 only, recommended for tests):
yum install php74
To be noticed :
- EL8 RPMs are build using RHEL-8.0
- EL7 RPMs are build using RHEL-7.7
- no RPMs for EL6 (which will reach its EOL in a few months)
- this version will be the default version in Fedora 32, see PHP 7.4
- mostly all extensions are already available, see the PECL extension RPM status page
Information, read:
Base packages (php)
Software Collections (php74)
Commentaires
Archived entry, see PHP version 7.2.26, 7.3.13 and 7.4.1