From fbb708e211794cc6f45a7ddfb332dcb974462200 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 18 Nov 2004 16:23:40 +0000 Subject: [PATCH] MFH: run-test2 should be able to emulate POST & GET in the same time --- run-tests2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests2.php b/run-tests2.php index b214ea0c78..4217e86761 100644 --- a/run-tests2.php +++ b/run-tests2.php @@ -1378,7 +1378,7 @@ class testHarness { but used by a couple tests to catch a security hole in older php versions. At least IIS can be configured to do this. */ - $args = $env['QUERY_STRING']; + $args = "$ini_overwrites $tmp_file \"$args\" 2>&1"; } else { $args = $section_text['ARGS'] ? $section_text['ARGS'] : ''; $args = "$ini_overwrites $tmp_file $args 2>&1"; -- 2.40.0