File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
src/SPC/builder/extension Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 1111#[CustomExt('swoole-hook-mysql ' )]
1212class swoole_hook_mysql extends Extension
1313{
14+ public function getDistName (): string
15+ {
16+ return 'swoole ' ;
17+ }
18+
1419 public function getUnixConfigureArg (): string
1520 {
1621 // pdo_mysql doesn't need to be disabled
Original file line number Diff line number Diff line change 1212#[CustomExt('swoole-hook-pgsql ' )]
1313class swoole_hook_pgsql extends Extension
1414{
15+ public function getDistName (): string
16+ {
17+ return 'swoole ' ;
18+ }
19+
1520 public function getUnixConfigureArg (): string
1621 {
1722 // pdo_pgsql need to be disabled
Original file line number Diff line number Diff line change 1212#[CustomExt('swoole-hook-sqlite ' )]
1313class swoole_hook_sqlite extends Extension
1414{
15+ public function getDistName (): string
16+ {
17+ return 'swoole ' ;
18+ }
19+
1520 public function getUnixConfigureArg (): string
1621 {
1722 // pdo_pgsql need to be disabled
You can’t perform that action at this time.
0 commit comments