From 70bc4ef834cc1574a6ae6795e52f2d8d31802025 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 25 Jul 2019 13:04:52 +0200 Subject: [PATCH] Let's remain sticky to Redis 4.3.0 Some days ago Redis 5.0.0 was released and it includes some changes that require verification in core functionality and associated unit tests (now failing). To be handled by: https://tracker.moodle.org/browse/MDL-66139 Once that issue is fixed... surely we can unpin this. Ciao :-) --- root/tmp/setup/php-extensions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/tmp/setup/php-extensions.sh b/root/tmp/setup/php-extensions.sh index bcb2c3a..e70e38f 100755 --- a/root/tmp/setup/php-extensions.sh +++ b/root/tmp/setup/php-extensions.sh @@ -59,7 +59,7 @@ docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ docker-php-ext-install -j$(nproc) ldap # Memcached, MongoDB, Redis, APCu, igbinary. -pecl install memcached mongodb redis apcu igbinary +pecl install memcached mongodb redis-4.3.0 apcu igbinary docker-php-ext-enable memcached mongodb redis apcu igbinary # ZIP