]> granicus.if.org Git - php/commitdiff
ensure pcre.jit=1 for this test
authorRemi Collet <remi@php.net>
Fri, 22 Mar 2019 14:31:36 +0000 (15:31 +0100)
committerRemi Collet <remi@php.net>
Fri, 22 Mar 2019 14:31:36 +0000 (15:31 +0100)
ext/pcre/tests/grep2.phpt

index a739cb60ac3bfd45ca9d28e70eec76aaf0024a13..4c6f9b155f26d52d4ffda8ca3be6febd627f12f2 100644 (file)
@@ -2,6 +2,8 @@
 preg_grep() 2nd test
 --SKIPIF--
 <?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
+--INI--
+pcre.jit=1
 --FILE--
 <?php