mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
update mongodb extension config
This commit is contained in:
parent
41aa129b97
commit
1cca826e8a
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user