Bladeren bron

Update Constants.php

walkor 5 jaren geleden
bovenliggende
commit
0bf353821d
1 gewijzigde bestanden met toevoegingen van 0 en 5 verwijderingen
  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.