From: Marcus Boerger Date: Thu, 2 Oct 2003 18:11:10 +0000 (+0000) Subject: This check is no longer needed (Andrei) X-Git-Tag: BEFORE_HANDLERS_RESHUFFLE~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cb67f1719d6d294a9d127e14b901489de098644;p=php This check is no longer needed (Andrei) --- diff --git a/run-tests.php b/run-tests.php index 3d885352d7..e3e4d73e32 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) {