Skip to content

Commit c35c590

Browse files
committed
Disable PCRE.jit for PHP 7.1
1 parent 917f2cd commit c35c590

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[Pcre]
2+
; Disable JIT PCRE because it seems to cause random segfaults in PHP 7.1.
3+
pcre.jit=0

0 commit comments

Comments
 (0)