mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
run-test2 should be able to emulate POST & GET in the same time
This commit is contained in:
parent
867517fa5d
commit
ee31c94bc7
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue