From 74a4a5ae55f75ca3ddb46d5605582b0e028f8f28 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 18 May 2020 13:49:12 +0100 Subject: Put Xdebug 3 into 'off' mode for run-tests.php --- 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 b2cab41133..84b43866fe 100755 --- a/run-tests.php +++ b/run-tests.php @@ -319,7 +319,7 @@ More .INIs : " , (function_exists(\'php_ini_scanned_files\') ? str_replace("\n" 'session' => array('session.auto_start=0'), 'tidy' => array('tidy.clean_output=0'), 'zlib' => array('zlib.output_compression=Off'), - 'xdebug' => array('xdebug.default_enable=0'), + 'xdebug' => array('xdebug.default_enable=0','xdebug.mode=off'), 'mbstring' => array('mbstring.func_overload=0'), ); -- cgit v1.2.1