We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d225170 + 4859ab7 commit c643262Copy full SHA for c643262
root/tmp/setup/php-extensions.sh
@@ -59,7 +59,7 @@ docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/
59
docker-php-ext-install -j$(nproc) ldap
60
61
# SOLR, Memcached, Redis, APCu, igbinary.
62
-pecl install solr memcached mongodb redis apcu igbinary
+pecl install solr memcached mongodb redis-4.3.0 apcu igbinary
63
docker-php-ext-enable solr memcached mongodb redis apcu igbinary
64
65
echo 'apc.enable_cli = On' >> /usr/local/etc/php/conf.d/docker-php-ext-apcu.ini
0 commit comments