workerman $table_arr = $this->redis_arr->hgetall('socket'); 執(zhí)行這句代碼獲取redis數(shù)據(jù)會報錯worker exit with status 11請問什么原因php版本是7.0.6
發(fā)生了 PHP coredump 段錯誤, 原因普遍是: 1、可能使用了不穩(wěn)定的PHP擴展; 2、可能使用了有BUG的PHP版本,建議PHP_VERSION >= 7.2.19;
那就有可能是php版本的問題,我測試服務(wù)上面用的php7.0.33的版本是沒有問題的