diff options
author | Antony Dovgal <tony2001@php.net> | 2004-11-18 14:57:45 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2004-11-18 14:57:45 +0000 |
commit | ee31c94bc72d4bfb9da73b8b8acac75281f6cf98 (patch) | |
tree | 9a81b4806d528dcc016f50307654c10afa50ea5c | |
parent | 867517fa5d4b5d8dae0d04c56055884637ba2e40 (diff) | |
download | php-git-ee31c94bc72d4bfb9da73b8b8acac75281f6cf98.tar.gz |
run-test2 should be able to emulate POST & GET in the same time
-rw-r--r-- | run-tests2.php | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |