mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-23 00:35:38 +08:00
Update test-extensions.php
This commit is contained in:
@@ -131,7 +131,7 @@ if ($argv[1] === 'doctor_cmd') {
|
|||||||
$doctor_cmd = 'doctor --auto-fix --debug';
|
$doctor_cmd = 'doctor --auto-fix --debug';
|
||||||
}
|
}
|
||||||
if ($argv[1] === 'install_upx_cmd') {
|
if ($argv[1] === 'install_upx_cmd') {
|
||||||
$install_upx_cmd = 'install-pkg upx';
|
$install_upx_cmd = 'install-pkg upx --debug';
|
||||||
}
|
}
|
||||||
|
|
||||||
$prefix = match ($argv[2] ?? null) {
|
$prefix = match ($argv[2] ?? null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user