Эх сурвалжийг харах

JIT is not stable, temporarily disabled.

#452
walkor 6 жил өмнө
parent
commit
e287f99fde

+ 2 - 0
Lib/Constants.php

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