Skip to content

Commit 48d4762

Browse files
committed
Enable the mongodb extension for 7.2
Just that, nothing else needs to be done. moolde-docker will have other changes to make the test environment ready.
1 parent 3cd8b0a commit 48d4762

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

root/tmp/setup/php-extensions.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ docker-php-ext-install -j$(nproc) ldap
6060

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

6565
# ZIP
6666
docker-php-ext-configure zip --with-libzip

tests/fixtures/test.php

+1
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)