mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
change php download url back to official
This commit is contained in:
parent
7f5f15a41d
commit
54efec60b8
@ -295,8 +295,8 @@ class Downloader
|
||||
// 从官网直接下载
|
||||
return [
|
||||
'type' => 'url',
|
||||
// 'url' => "https://www.php.net/distributions/php-{$version}.tar.gz",
|
||||
'url' => "https://mirrors.zhamao.xin/php/php-{$version}.tar.gz",
|
||||
'url' => "https://www.php.net/distributions/php-{$version}.tar.gz",
|
||||
// 'url' => "https://mirrors.zhamao.xin/php/php-{$version}.tar.gz",
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user