Browse Source

fix undefined varible

Linkec 7 năm trước cách đây
mục cha
commit
1eb1f9660b
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      Worker.php

+ 4 - 0
Worker.php

@@ -827,6 +827,10 @@ class Worker
         $read_process_status = false;
 		$total_requests = 0;
 		$total_qps = 0;
+		$total_connections = 0;
+		$total_fails = 0;
+		$total_memory = 0;
+		$total_timers = 0;
 		$maxLen1 = static::$_maxSocketNameLength;
 		$maxLen2 = static::$_maxWorkerNameLength;
         foreach($info as $key => $value) {