Skip to content

Commit 6d048ad

Browse files
committed
Install and enable the mongodb extension for 7.1
Just that, nothing else needs to be done. moolde-docker will have other changes to make the test environment ready.
1 parent 82d295a commit 6d048ad

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

root/tmp/setup/php-extensions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/
5959
docker-php-ext-install -j$(nproc) ldap
6060

6161
# SOLR, Memcached, Redis, APCu, igbinary.
62-
pecl install solr memcached redis apcu igbinary
63-
docker-php-ext-enable solr memcached redis apcu igbinary
62+
pecl install solr memcached mongodb redis apcu igbinary
63+
docker-php-ext-enable solr memcached mongodb redis apcu igbinary
6464

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

tests/fixtures/test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'intl',
88
'ldap',
99
'memcached',
10+
'mongodb',
1011
'mysqli',
1112
'oci8',
1213
'pgsql',

0 commit comments

Comments
 (0)