update to 2.4.1 version (build 401)

fix startup warning bug
This commit is contained in:
jerry
2021-03-25 17:11:35 +08:00
parent 600829645d
commit bbe4addd83
4 changed files with 21 additions and 12 deletions

View File

@@ -35,7 +35,6 @@ class ZMAtomic
for($i = 0; $i < ZM_WORKER_NUM; ++$i) {
self::$atomics["_#worker_".$i] = new Atomic(0);
}
echo ("初始化工作进程数量:".ZM_WORKER_NUM.PHP_EOL);
for ($i = 0; $i < 10; ++$i) {
self::$atomics["_tmp_" . $i] = new Atomic(0);
}