Skip to content

Commit 824c185

Browse files
authored
Merge pull request #192 from HuongNV13/8.1-bullseye
Pin mongodb extension to 1.19.4
2 parents 8f2794f + c8c77bc commit 824c185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/tmp/setup/php-extensions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docker-php-ext-configure ldap
5858
docker-php-ext-install -j$(nproc) ldap
5959

6060
# APCu, igbinary, Memcached, MongoDB, PCov, Redis, Solr, timezonedb, uuid, XMLRPC (beta)
61-
pecl install apcu igbinary memcached mongodb pcov solr timezonedb uuid xmlrpc-beta
61+
pecl install apcu igbinary memcached mongodb-1.19.4 pcov solr timezonedb uuid xmlrpc-beta
6262
docker-php-ext-enable apcu igbinary memcached mongodb pcov solr timezonedb uuid xmlrpc
6363

6464
echo 'apc.enable_cli = On' >> /usr/local/etc/php/conf.d/10-docker-php-ext-apcu.ini

0 commit comments

Comments
 (0)