소스 검색

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')) {