Read the PHP 7.0.0 Release Announcement.

So the tribe get a new member:

Tribe.jpg
 

Also read:

emblem-notice-24.pngInstallation : read the Repository configuration and choose installation mode.

Replacement of default PHP by version 7.0 installation (simplest):

yum-config-manager --enable remi-php70
yum update php\*

emblem-important-2-24.pngThe update may fail if some installed extensions are not yet available for PHP 7, thus avoid breaking your configuration without information, thanks to ABI compatibility protection (php(zend-abi)). After checking, you may have to remove these extensions before running the update.

Parallel installation of version 7.0 as Software Collection (x86_64 only, recommended for tests):

yum install php70

emblem-important-2-24.pngTo be noticed :

  • EL7 rpm are build using RHEL-7.1
  • EL6 rpm are build using RHEL-6.7
  • various extensions are already available, see the PECL extension RPM status page

emblem-notice-24.pngInformation, read:

Base packages (php)

Software Collections (php70)