Merge pull request #1252 from nextcloud/michag86-patch-1

add rh-php72-php-pecl-apcu for centos too
This commit is contained in:
Morris Jobke
2019-02-12 18:48:45 +01:00
committed by GitHub

View File

@@ -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::