mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 16:25:39 +08:00
Update PHP release handling to use configurable mirror and improve URL management
This commit is contained in:
@@ -90,7 +90,7 @@ class ConfigValidator
|
||||
'local' => [['dirname'], ['extract']],
|
||||
'pie' => [['repo'], ['extract']],
|
||||
'pecl' => [['name'], ['extract']],
|
||||
'php-release' => [[], ['extract']],
|
||||
'php-release' => [['domain'], ['extract']],
|
||||
'custom' => [[], ['func']],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user