tony2001 Thu Nov 18 11:23:40 2004 EDT Modified files: (Branch: PHP_5_0) /php-src run-tests2.php Log: MFH: run-test2 should be able to emulate POST & GET in the same time http://cvs.php.net/diff.php/php-src/run-tests2.php?r1=1.11.2.2&r2=1.11.2.3&ty=u Index: php-src/run-tests2.php diff -u php-src/run-tests2.php:1.11.2.2 php-src/run-tests2.php:1.11.2.3 --- php-src/run-tests2.php:1.11.2.2 Mon Sep 27 13:30:47 2004 +++ php-src/run-tests2.php Thu Nov 18 11:23:40 2004 @@ -1378,7 +1378,7 @@ 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";
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php