From f17b2a75a5784cc5a6a4850a54c51fb4cfadd0d6 Mon Sep 17 00:00:00 2001 From: bashkarev Date: Mon, 12 Oct 2020 15:28:48 +0300 Subject: Don't set xdebug.default_enable in run-tests This throws a deprecation warning in XDebug 3. Closes GH-6324. --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run-tests.php') diff --git a/run-tests.php b/run-tests.php index 011885c678..00881cf779 100755 --- a/run-tests.php +++ b/run-tests.php @@ -889,7 +889,7 @@ More .INIs : " , (function_exists(\'php_ini_scanned_files\') ? str_replace("\n" 'session' => ['session.auto_start=0'], 'tidy' => ['tidy.clean_output=0'], 'zlib' => ['zlib.output_compression=Off'], - 'xdebug' => ['xdebug.default_enable=0','xdebug.mode=off'], + 'xdebug' => ['xdebug.mode=off'], 'mbstring' => ['mbstring.func_overload=0'], ]; -- cgit v1.2.1