update to 1.6 version

This commit is contained in:
whale
2020-07-11 15:53:30 +08:00
parent 23b1f797ad
commit 7b7a2d7010
8 changed files with 1141 additions and 166 deletions

View File

@@ -52,6 +52,7 @@ class ZMBuf
public static $context = [];
public static $instance = [];
public static $context_class = [];
public static $server_events = [];
static function get($name, $default = null) {
return self::$cache[$name] ?? $default;