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