change php download url back to official

This commit is contained in:
crazywhalecc
2023-04-08 18:46:12 +08:00
parent 7f5f15a41d
commit 54efec60b8

View File

@@ -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",
];
}