walkor 10 anni fa
parent
commit
a1c180d6ee
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Workerman/Worker.php

+ 1 - 0
Workerman/Worker.php

@@ -285,6 +285,7 @@ class Worker
      */
     public static function init()
     {
+        ini_set('opcache.enable', false);
         if(empty(self::$pidFile))
         {
             $backtrace = debug_backtrace();