Преглед на файлове

JIT is not stable, temporarily disabled.

#452
walkor преди 6 години
родител
ревизия
e287f99fde
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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')) {