Skip to content

Commit f17b2a7

Browse files
bashkarevnikic
bashkarev
authored andcommitted
Don't set xdebug.default_enable in run-tests
This throws a deprecation warning in XDebug 3. Closes GH-6324.
1 parent 26bd857 commit f17b2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ function write_information(): void
889889
'session' => ['session.auto_start=0'],
890890
'tidy' => ['tidy.clean_output=0'],
891891
'zlib' => ['zlib.output_compression=Off'],
892-
'xdebug' => ['xdebug.default_enable=0','xdebug.mode=off'],
892+
'xdebug' => ['xdebug.mode=off'],
893893
'mbstring' => ['mbstring.func_overload=0'],
894894
];
895895

0 commit comments

Comments
 (0)