mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 08:15:39 +08:00
refactor download
This commit is contained in:
@@ -57,4 +57,9 @@ const PKGCONF_PATCH_LIBDIR = 4;
|
||||
const PKGCONF_PATCH_INCLUDEDIR = 8;
|
||||
const PKGCONF_PATCH_ALL = 15;
|
||||
|
||||
// Custom download type
|
||||
const DOWNLOAD_TYPE_NONE = 0;
|
||||
const DOWNLOAD_TYPE_ARCHIVE = 1;
|
||||
const DOWNLOAD_TYPE_DIR = 2;
|
||||
|
||||
ConsoleLogger::$date_format = 'H:i:s';
|
||||
|
||||
Reference in New Issue
Block a user