From 58f5a7ace78fcb7cefb25e7ae6706875e1316c50 Mon Sep 17 00:00:00 2001 From: michag86 Date: Tue, 12 Feb 2019 18:38:06 +0100 Subject: [PATCH] add rh-php72-php-pecl-apcu for centos too add rh-php72-php-pecl-apcu for centos too --- admin_manual/installation/php_72_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/php_72_installation.rst b/admin_manual/installation/php_72_installation.rst index 8f7e96b60..9fae0371e 100644 --- a/admin_manual/installation/php_72_installation.rst +++ b/admin_manual/installation/php_72_installation.rst @@ -69,7 +69,7 @@ Follow these steps to install PHP 7.2 from SCL. First install the SCL repository Then install PHP 7.2 and these modules:: - yum install rh-php72 rh-php72-php rh-php72-php-gd rh-php72-php-mbstring rh-php72-php-intl + yum install rh-php72 rh-php72-php rh-php72-php-gd rh-php72-php-mbstring rh-php72-php-intl rh-php72-php-pecl-apcu You must also install the updated database module for your database. This installs the new PHP 7.2 module for MySQL/MariaDB::