From 2d28b9c5c96512337a86223d6d5fd850b1fa6b1d Mon Sep 17 00:00:00 2001 From: bashkarev Date: Mon, 12 Oct 2020 15:28:48 +0300 Subject: [PATCH] in version 3 xdebug removed xdebug.default_enable --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index 761ef949fe931..1d1c887506c4a 100755 --- a/run-tests.php +++ b/run-tests.php @@ -885,7 +885,7 @@ function write_information(): void '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'], ];