]> granicus.if.org Git - php/commit
Limit retry_limit test to oniguruma >= 6.9.3
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 7 Oct 2019 08:49:34 +0000 (10:49 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 7 Oct 2019 08:49:34 +0000 (10:49 +0200)
commit5b067163be6b6a3dd29970d81b32ff62b11934ee
tree473fb6264d13bdc35c1999edfcc77e690804e668
parent07f48304138ec0257b6b34cc43f9657bdbbb3e4f
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