add clickhouse extension by ilia

This commit is contained in:
henderkes
2026-05-09 15:10:30 +07:00
parent dc6e63e1ba
commit 3f48413281
3 changed files with 60 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ $prefer_pre_built = false;
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
$extensions = match (PHP_OS_FAMILY) {
'Linux', 'Darwin' => 'curl,swoole',
'Linux', 'Darwin' => 'openssl,zstd,clickhouse',
'Windows' => 'intl',
};