update mongodb extension config

This commit is contained in:
jingjingxyk 2023-05-24 12:29:57 +08:00
parent 41aa129b97
commit 1cca826e8a

View File

@ -20,6 +20,8 @@ class mongodb extends Extension
}
if ($this->builder->getLib('icu')) {
$arg .= ' --with-mongodb-icu=yes ';
} else {
$arg .= ' --with-mongodb-icu=no ';
}
return $arg;
}