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

@@ -5,3 +5,7 @@ php-src:
license: PHP-3.01
source:
type: php-release
domain: 'https://www.php.net'
source-mirror:
type: php-release
domain: 'https://phpmirror.static-php.dev'