helly           Thu Dec  1 05:00:07 2005 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  - Use putenv() correct
  
http://cvs.php.net/diff.php/php-src/run-tests.php?r1=1.243&r2=1.244&ty=u
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.243 php-src/run-tests.php:1.244
--- php-src/run-tests.php:1.243 Thu Dec  1 03:49:57 2005
+++ php-src/run-tests.php       Thu Dec  1 04:59:59 2005
@@ -23,7 +23,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: run-tests.php,v 1.243 2005/12/01 08:49:57 helly Exp $ */
+/* $Id: run-tests.php,v 1.244 2005/12/01 09:59:59 helly Exp $ */
 
 /* Sanity check to ensure that pcre extension needed by this script is 
available.
  * In the event it is not, print a nice error message indicating that this 
script will
@@ -297,7 +297,7 @@
                                        $just_save_results = true;
                                        break;
                                case 'q':
-                                       putenv('NO_INTERACTION', 1);
+                                       putenv('NO_INTERACTION=1');
                                        break;
                                default:
                                        echo "Illegal switch specified!\n";

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to