helly           Thu Oct  2 14:11:11 2003 EDT

  Modified files:              
    /php-src    run-tests.php 
  Log:
  This check is no longer needed (Andrei)
  
  
Index: php-src/run-tests.php
diff -u php-src/run-tests.php:1.178 php-src/run-tests.php:1.179
--- php-src/run-tests.php:1.178 Thu Sep  4 10:41:10 2003
+++ php-src/run-tests.php       Thu Oct  2 14:11:10 2003
@@ -209,11 +209,6 @@
 $test_results = array();
 $PHP_FAILED_TESTS = array();
 
-if (!ini_get('register_globals')) {
-       $argc = $_SERVER['argc'];
-       $argv = $_SERVER['argv'];
-}
-
 // If parameters given assume they represent selected tests to run.
 $failed_tests_file= false;
 if (isset($argc) && $argc > 1) {

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

Reply via email to