Merge branch 'PHP-7.4'

* PHP-7.4:
  ensure pcre.jit=1 for this test
This commit is contained in:
Remi Collet 2019-03-22 15:32:07 +01:00
commit 598175eff6

View 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