From: Antony Dovgal Date: Thu, 18 Nov 2004 14:57:45 +0000 (+0000) Subject: run-test2 should be able to emulate POST & GET in the same time X-Git-Tag: RELEASE_0_2~661 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee31c94bc72d4bfb9da73b8b8acac75281f6cf98;p=php run-test2 should be able to emulate POST & GET in the same time --- diff --git a/run-tests2.php b/run-tests2.php index b214ea0c78..5c3b43efaa 100644 --- a/run-tests2.php +++ b/run-tests2.php @@ -1379,6 +1379,7 @@ class testHarness { 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";