]> granicus.if.org Git - php/commitdiff
MFH: run-test2 should be able to emulate POST & GET in the same time
authorAntony Dovgal <tony2001@php.net>
Thu, 18 Nov 2004 16:23:40 +0000 (16:23 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 18 Nov 2004 16:23:40 +0000 (16:23 +0000)
run-tests2.php

index b214ea0c7852261bcf9e387ace995aa9e47c5941..4217e86761badb8a33d887b80105742547d4a6e1 100644 (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";