From: Nikita Popov Date: Mon, 7 Oct 2019 08:49:34 +0000 (+0200) Subject: Limit retry_limit test to oniguruma >= 6.9.3 X-Git-Tag: php-7.4.0RC4~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5b067163be6b6a3dd29970d81b32ff62b11934ee;p=php Limit retry_limit test to oniguruma >= 6.9.3 This test is somewhat fragile in that it depends on how well a particular regex is optimized. Apparently on 6.9.1 this regex would hit the default retry_limit of 1000000 already. I'm limiting this to 6.9.3 because that's the version that works for me. --- diff --git a/ext/mbstring/tests/retry_limit.phpt b/ext/mbstring/tests/retry_limit.phpt index 2d9d42a36f..2da9010f8e 100644 --- a/ext/mbstring/tests/retry_limit.phpt +++ b/ext/mbstring/tests/retry_limit.phpt @@ -4,8 +4,8 @@ Oniguruma retry limit = 6.9.3'); } ?> --FILE--