Update PHP release handling to use configurable mirror and improve URL management

This commit is contained in:
crazywhalecc
2026-03-04 16:32:16 +08:00
parent dc0a80975f
commit 12d4009a21
3 changed files with 25 additions and 9 deletions

View File

@@ -90,7 +90,7 @@ class ConfigValidator
'local' => [['dirname'], ['extract']],
'pie' => [['repo'], ['extract']],
'pecl' => [['name'], ['extract']],
'php-release' => [[], ['extract']],
'php-release' => [['domain'], ['extract']],
'custom' => [[], ['func']],
];