From: Antony Dovgal Date: Mon, 12 Feb 2007 14:22:19 +0000 (+0000) Subject: MFH: fix pcre tests X-Git-Tag: php-5.2.2RC1~423 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b877bb70de8b17076a83ef0f28e95be6ec84b9c6;p=php MFH: fix pcre tests --- 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--