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.
1 parent 71a36e3 commit b148817Copy full SHA for b148817
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-4.3.0 apcu igbinary
+pecl install solr memcached mongodb redis 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