update to 2.4.2 version (build 402)

change WORKING_DIR constant
change logic of savePersistence()
add LightCache addPersistence() and removePersistence() method
add `./zhamao` command
This commit is contained in:
jerry
2021-03-27 16:30:15 +08:00
parent beef44ea50
commit d699a152d5
11 changed files with 81 additions and 74 deletions

4
zhamao Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env php
<?php
require_once "vendor/autoload.php";
(new ZM\ConsoleApplication("zhamao-framework"))->initEnv("server")->run();