This commit is contained in:
crazywhalecc
2022-08-03 16:37:26 +08:00
parent 90de54c6a3
commit 2c1a158d3e
10 changed files with 13 additions and 11 deletions

View File

@@ -57,7 +57,7 @@ function _zm_env_check()
}
if (version_compare(SWOOLE_VERSION, '4.6.7') < 0 && !extension_loaded('pcntl')) {
Console::error(zm_internal_errcode('E00004') . 'Swoole 版本必须不低于 4.6.7 或 PHP 安装加载了 pcntl 扩展!');
exit();
exit;
}
}