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 c40ec60 commit 537a930
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sapi/src/builder/extension/mongodb.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
$options .= ' --with-mongodb-zlib=yes ';
$options .= ' --with-mongodb-zstd=yes ';
$options .= ' --with-mongodb-sasl=no ';
$options .= ' --with-mongodb-ssl=openssl ';
$options .= ' --enable-system-ciphers=no ';
$options .= ' --with-openssl-dir=' . OPENSSL_PREFIX;

Expand Down

0 comments on commit 537a930

Please sign in to comment.