Merge pull request #1253 from nextcloud/backport/1252/stable15

[stable15] add rh-php72-php-pecl-apcu for centos too
This commit is contained in:
Morris Jobke 2019-02-13 17:08:55 +01:00 committed by GitHub
commit fafcc99c08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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