tony2001                Thu Nov 18 09:57:46 2004 EDT

  Modified files:              
    /php-src    run-tests2.php 
  Log:
  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.13&r2=1.14&ty=u
Index: php-src/run-tests2.php
diff -u php-src/run-tests2.php:1.13 php-src/run-tests2.php:1.14
--- php-src/run-tests2.php:1.13 Mon Sep 27 13:30:46 2004
+++ php-src/run-tests2.php      Thu Nov 18 09:57:45 2004
@@ -1379,6 +1379,7 @@
                           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

Reply via email to