mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
update mongodb extension config
This commit is contained in:
@@ -20,6 +20,8 @@ class mongodb extends Extension
|
|||||||
}
|
}
|
||||||
if ($this->builder->getLib('icu')) {
|
if ($this->builder->getLib('icu')) {
|
||||||
$arg .= ' --with-mongodb-icu=yes ';
|
$arg .= ' --with-mongodb-icu=yes ';
|
||||||
|
} else {
|
||||||
|
$arg .= ' --with-mongodb-icu=no ';
|
||||||
}
|
}
|
||||||
return $arg;
|
return $arg;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user