From b877bb70de8b17076a83ef0f28e95be6ec84b9c6 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 12 Feb 2007 14:22:19 +0000 Subject: [PATCH] MFH: fix pcre tests --- ext/pcre/tests/backtrack_limit.phpt | 6 ++++++ ext/pcre/tests/bug27103.phpt | 6 ++++++ ext/pcre/tests/invalid_utf8.phpt | 6 ++++++ ext/pcre/tests/pcre_anchored.phpt | 6 ++++++ ext/pcre/tests/preg_replace2.phpt | 6 ++++++ ext/pcre/tests/recursion_limit.phpt | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/ext/pcre/tests/backtrack_limit.phpt b/ext/pcre/tests/backtrack_limit.phpt index ebfd720c3c..210628f839 100644 --- a/ext/pcre/tests/backtrack_limit.phpt +++ b/ext/pcre/tests/backtrack_limit.phpt @@ -1,5 +1,11 @@ --TEST-- Backtracking limit +--SKIPIF-- + --INI-- pcre.backtrack_limit=2 --FILE-- diff --git a/ext/pcre/tests/bug27103.phpt b/ext/pcre/tests/bug27103.phpt index 185225d310..0be4c67d4a 100644 --- a/ext/pcre/tests/bug27103.phpt +++ b/ext/pcre/tests/bug27103.phpt @@ -1,5 +1,11 @@ --TEST-- Bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into octets) +--SKIPIF-- + --FILE-- --FILE-- --FILE-- --FILE-- --INI-- pcre.recursion_limit=2 --FILE-- -- 2.50.1