1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

MFH: run-test2 should be able to emulate POST & GET in the same time

This commit is contained in:
Antony Dovgal
2004-11-18 16:23:40 +00:00
parent 797a132d51
commit fbb708e211
+1 -1
View File
@@ -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";