Skip to content

Commit e68fd40

Browse files
committed
ensure pcre.jit=1 for this test
1 parent bb47fb0 commit e68fd40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/pcre/tests/grep2.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
preg_grep() 2nd test
33
--SKIPIF--
44
<?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
5+
--INI--
6+
pcre.jit=1
57
--FILE--
68
<?php
79

0 commit comments

Comments
 (0)