Explorar o código

JIT is not stable, temporarily disabled.

#452
walkor %!s(int64=6) %!d(string=hai) anos
pai
achega
e287f99fde
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Lib/Constants.php

+ 2 - 0
Lib/Constants.php

@@ -17,6 +17,8 @@
 ini_set('display_errors', 'on');
 // Reporting all.
 error_reporting(E_ALL);
+// JIT is not stable, temporarily disabled.
+ini_set('pcre.jit', 0);
 
 // Reset opcache.
 if (function_exists('opcache_reset')) {