mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
update mongodb extension config
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user