PHP version 5.4.35, 5.5.19 and 5.6.3
+
Par Remi le vendredi 14 novembre 2014, 08:09 - Archives - Lien permanent
RPM of PHP version 5.6.3 are available in remi-php56 repository for Fedora and Enterprise Linux (RHEL, CentOS).
RPM of PHP version 5.5.19 are available in remi repository for Fedora and in remi-php55 repository for Enterprise Linux.
RPM of PHP version 5.4.35 are available in remi repository Enterprise Linux.
These versions are also available as Software Collections.
These versions fix some security bugs, update is strongly recommended.
Version announcements:
5.4.33 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.
Installation : read the Repository configuration and choose your version and installation mode.
Replacement of default PHP by version 5.6 installation (simplest):
yum --enablerepo=remi-php56,remi update php\*
Parallel installation of version 5.6 as Software Collection (x86_64 only):
yum --enablerepo=remi install php56
Replacement of default PHP by version 5.5 installation (simplest):
yum --enablerepo=remi-php55,remi update php\*
Parallel installation of version 5.5 as Software Collection (x86_64 only):
yum --enablerepo=remi install php55
Replacement of default PHP by version 5.4 installation (enterprise only):
yum --enablerepo=remi update php\*
Parallel installation of version 5.4 as Software Collection (x86_64 only):
yum --enablerepo=remi install php54
And soon in the official updates:
To be noticed :
- EL7 rpm are build using RHEL-7.0
- EL6 rpm are build using RHEL-6.6
- for php 5.5, the zip extension is now provided by the php-pecl-zip package.
- a lot of new extensions are also available, see the PECL extension RPM status page
Information, read:
Base packages (php)
Software Collections (php54 - php55)
Commentaires
A regression was detected in FPM (bug #68423), if you use a php-fpm multi-pool configuration, you should probably NOT update to 5.5.19 / 5.6.3.
A fix is currently waiting for test.
Update to 5.5.19-2 et 5.6.3-3 which fix FPM regressions (#68420, #68421, #68423)
Archived entry, see PHP version 5.4.36, 5.5.20 and 5.6.4