]> granicus.if.org Git - php/commitdiff
Don't set xdebug.default_enable in run-tests
authorbashkarev <d.bashkarev@roseltorg.tech>
Mon, 12 Oct 2020 12:28:48 +0000 (15:28 +0300)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 26 Oct 2020 12:10:26 +0000 (13:10 +0100)
This throws a deprecation warning in XDebug 3.

Closes GH-6324.

run-tests.php

index 011885c678e931d91d329292022f662b1b9f92fd..00881cf7797bfefafe17cd0aa5e0c244a73b2fa7 100755 (executable)
@@ -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'],
     ];