summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2004-11-18 16:23:40 +0000
committerAntony Dovgal <tony2001@php.net>2004-11-18 16:23:40 +0000
commitfbb708e211794cc6f45a7ddfb332dcb974462200 (patch)
treea16577820e0228d9dfa1cabd9cf7c3038216c6d6
parent797a132d514464b06d576e413470aa2c97d98b65 (diff)
downloadphp-git-fbb708e211794cc6f45a7ddfb332dcb974462200.tar.gz
MFH: run-test2 should be able to emulate POST & GET in the same time
-rw-r--r--run-tests2.php2
1 files changed, 1 insertions, 1 deletions
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";