]> granicus.if.org Git - php/commitdiff
This check is no longer needed (Andrei)
authorMarcus Boerger <helly@php.net>
Thu, 2 Oct 2003 18:11:10 +0000 (18:11 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 2 Oct 2003 18:11:10 +0000 (18:11 +0000)
run-tests.php

index 3d885352d7c958a7e8cab15c72f068063619090a..e3e4d73e32cb2d38a0dcabc56aa2b4c073e7d0fa 100755 (executable)
@@ -209,11 +209,6 @@ $test_files = array();
 $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) {