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 7cd5131 + f779c0f commit b862ac0Copy full SHA for b862ac0
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
# Memcached, MongoDB, Redis, APCu, igbinary.
62
-pecl install memcached mongodb redis-4.3.0 apcu igbinary
+pecl install memcached mongodb redis apcu igbinary
63
docker-php-ext-enable memcached mongodb redis apcu igbinary
64
65
# ZIP
0 commit comments