update to 2.2.4 version

update docs
fix broken ssh caused cpu overloading
fix WorkerCache bug when no global config
add global function zm_atomic
This commit is contained in:
jerry
2021-02-07 11:46:42 +08:00
parent 517d258d61
commit 0c9f246690
15 changed files with 315 additions and 12 deletions

View File

@@ -310,3 +310,7 @@ function getAllFdByConnectType(string $type = 'default'): array {
}
return $fds;
}
function zm_atomic($name) {
return \ZM\Store\ZMAtomic::get($name);
}