Skip to content

Commit

Permalink
update mongodb extension config
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Sep 23, 2024
1 parent 3b31003 commit c40ec60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/src/builder/extension/mongodb.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$options .= ' --with-mongodb-system-libs=no ';
$options .= ' --with-mongodb-client-side-encryption=no ';
$options .= ' --with-mongodb-ssl=openssl ';
$options .= ' --with-mongodb-snappy=yes ';
$options .= ' --with-mongodb-snappy=no ';
$options .= ' --with-mongodb-zlib=yes ';
$options .= ' --with-mongodb-zstd=yes ';
$options .= ' --with-mongodb-sasl=no ';
Expand Down

0 comments on commit c40ec60

Please sign in to comment.