mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Merge branch 'PHP-7.4'
* PHP-7.4: ensure pcre.jit=1 for this test
This commit is contained in:
commit
598175eff6
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
preg_grep() 2nd test
|
preg_grep() 2nd test
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
<?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
|
<?php if (!PCRE_JIT_SUPPORT) die("skip no pcre jit support"); ?>
|
||||||
|
--INI--
|
||||||
|
pcre.jit=1
|
||||||
--FILE--
|
--FILE--
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue