From: Pierre Joye Date: Thu, 31 Aug 2006 20:17:03 +0000 (+0000) Subject: - skip these tests for RC3 X-Git-Tag: php-5.2.0RC3~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c7e3ba791fefc87a67b9d90ccdb1e03719b3985;p=php - skip these tests for RC3 - CGI does not read commandline options when it sees REQUES_METHOD - errors are shown two times now, to be checked post RC3 --- diff --git a/ext/filter/tests/004.phpt b/ext/filter/tests/004.phpt index 05ea952145..a0d1b5f2ab 100644 --- a/ext/filter/tests/004.phpt +++ b/ext/filter/tests/004.phpt @@ -1,5 +1,11 @@ --TEST-- GET/POST/REQUEST Test with filtered data +--SKIPIF-- + --INI-- filter.default=special_chars --POST-- diff --git a/ext/filter/tests/007.phpt b/ext/filter/tests/007.phpt index d751c1ea6c..72670dc795 100644 --- a/ext/filter/tests/007.phpt +++ b/ext/filter/tests/007.phpt @@ -1,5 +1,11 @@ --TEST-- input_has_variable() +--SKIPIF-- + --GET-- a=qwe&abc=href --POST-- diff --git a/ext/filter/tests/011.phpt b/ext/filter/tests/011.phpt index f71436d9e4..1e5d0182cc 100644 --- a/ext/filter/tests/011.phpt +++ b/ext/filter/tests/011.phpt @@ -1,12 +1,18 @@ --TEST-- input_get() +--SKIPIF-- + --GET-- a=test&b=http://example.com --POST-- c=

string

&d=12345.7 --FILE--