summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorbashkarev <d.bashkarev@roseltorg.tech>2020-10-12 15:28:48 +0300
committerNikita Popov <nikita.ppv@gmail.com>2020-10-26 13:10:26 +0100
commitf17b2a75a5784cc5a6a4850a54c51fb4cfadd0d6 (patch)
tree51aeb927acce78544d1f7412f0371da1ea3616f5 /run-tests.php
parent26bd857999f4f8a1df0d2e9682fb83c10048472d (diff)
downloadphp-git-f17b2a75a5784cc5a6a4850a54c51fb4cfadd0d6.tar.gz
Don't set xdebug.default_enable in run-tests
This throws a deprecation warning in XDebug 3. Closes GH-6324.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
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'],
];