From: Ferenc Kovacs Date: Sun, 4 Sep 2011 13:27:19 +0000 (+0000) Subject: These regexes don't fail under the new backtrack limit, so lower it just for the... X-Git-Tag: php-5.3.9RC1~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13132206408dc126b02dff8db63f89369beeb4f8;p=php These regexes don't fail under the new backtrack limit, so lower it just for the test to check the failure. --- diff --git a/ext/pcre/tests/006.phpt b/ext/pcre/tests/006.phpt index d1282bf426..2d39b6ea38 100644 --- a/ext/pcre/tests/006.phpt +++ b/ext/pcre/tests/006.phpt @@ -1,5 +1,7 @@ --TEST-- preg_replace() with array of failing regular expressions +--INI-- +pcre.backtrack_limit=100000 --FILE--