don't request configurearg if it's not used (ease debugging)

This commit is contained in:
DubbleClick
2025-08-25 12:36:10 +07:00
parent 7e0e9091be
commit 448941f741
5 changed files with 19 additions and 11 deletions

View File

@@ -27,8 +27,7 @@ class swoole_hook_sqlite extends Extension
public function getUnixConfigureArg(bool $shared = false): string
{
// enable swoole pgsql hook
return '--enable-swoole-sqlite';
return ''; // enabled in swoole.php
}
public function runCliCheckUnix(): void