mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 07:45:39 +08:00
update downloader, make download thing cacheable
This commit is contained in:
@@ -142,6 +142,7 @@ class FetchSourceCommand extends BaseCommand
|
||||
f_mkdir(DOWNLOAD_PATH);
|
||||
|
||||
// 下载 PHP
|
||||
logger()->info('Fetching PHP source');
|
||||
Downloader::fetchSource('php-src', Downloader::getLatestPHPInfo($ver));
|
||||
|
||||
// 下载别的依赖资源
|
||||
|
||||
Reference in New Issue
Block a user