mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 08:15:39 +08:00
don't request configurearg if it's not used (ease debugging)
This commit is contained in:
@@ -27,8 +27,7 @@ class swoole_hook_pgsql extends Extension
|
||||
|
||||
public function getUnixConfigureArg(bool $shared = false): string
|
||||
{
|
||||
// enable swoole pgsql hook
|
||||
return '--enable-swoole-pgsql';
|
||||
return ''; // enabled in swoole.php
|
||||
}
|
||||
|
||||
public function runCliCheckUnix(): void
|
||||
|
||||
Reference in New Issue
Block a user