From 5b067163be6b6a3dd29970d81b32ff62b11934ee Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 7 Oct 2019 10:49:34 +0200 Subject: [PATCH] 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. --- ext/mbstring/tests/retry_limit.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mbstring/tests/retry_limit.phpt b/ext/mbstring/tests/retry_limit.phpt index 2d9d42a36f6..2da9010f8e3 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--