update to build 389

add various global functions
This commit is contained in:
2021-03-18 16:36:28 +08:00
parent e77b9d4970
commit b6d1f724e9
4 changed files with 65 additions and 12 deletions

View File

@@ -304,6 +304,7 @@ class Framework
}
}
if ($coroutine_mode) Runtime::enableCoroutine(true, SWOOLE_HOOK_ALL);
else Runtime::enableCoroutine(false, SWOOLE_HOOK_ALL);
}
private static function writeNoDouble($k, $v, &$line_data, &$line_width, &$current_line, $colorful, $max_border) {