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

index b214ea0c7852261bcf9e387ace995aa9e47c5941..5c3b43efaa26390bcf0003a65367d05730716865 100644 (file)
@@ -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";