From 3cb67f1719d6d294a9d127e14b901489de098644 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 2 Oct 2003 18:11:10 +0000 Subject: [PATCH] This check is no longer needed (Andrei) --- run-tests.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/run-tests.php b/run-tests.php index 3d885352d7c..e3e4d73e32c 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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) {