瀏覽代碼

Update Constants.php

walkor 5 年之前
父節點
當前提交
0bf353821d
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0 5
      Lib/Constants.php

+ 0 - 5
Lib/Constants.php

@@ -20,11 +20,6 @@ error_reporting(E_ALL);
 // JIT is not stable, temporarily disabled.
 ini_set('pcre.jit', 0);
 
-// Reset opcache.
-if (function_exists('opcache_reset')) {
-    opcache_reset();
-}
-
 // For onError callback.
 const WORKERMAN_CONNECT_FAIL = 1;
 // For onError callback.