mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 07:45:39 +08:00
refactor and add more linux extensions and libraries
This commit is contained in:
@@ -45,4 +45,8 @@ const BUILD_STATUS_OK = 0;
|
||||
const BUILD_STATUS_ALREADY = 1;
|
||||
const BUILD_STATUS_FAILED = 2;
|
||||
|
||||
// 编译类型
|
||||
const BUILD_TYPE_CLI = 1;
|
||||
const BUILD_TYPE_MICRO = 2;
|
||||
|
||||
ConsoleLogger::$date_format = 'H:i:s';
|
||||
|
||||
Reference in New Issue
Block a user