Skip to content

Commit 88c37e0

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: ensure pcre.jit=1 for this test
2 parents cf25a3d + e68fd40 commit 88c37e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/pcre/tests/grep2.phpt

Lines changed: 2 additions & 0 deletions
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)