Parcourir la source

Update Constants.php

walkor il y a 5 ans
Parent
commit
0bf353821d
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  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.