mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-21 15:45:36 +08:00
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:
@@ -310,3 +310,7 @@ function getAllFdByConnectType(string $type = 'default'): array {
|
||||
}
|
||||
return $fds;
|
||||
}
|
||||
|
||||
function zm_atomic($name) {
|
||||
return \ZM\Store\ZMAtomic::get($name);
|
||||
}
|
||||
Reference in New Issue
Block a user