Skip to content

Commit d279750

Browse files
committed
Put Xdebug 3 into 'off' mode for run-tests.php
1 parent 8e7d94e commit d279750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ function write_information()
881881
'session' => array('session.auto_start=0'),
882882
'tidy' => array('tidy.clean_output=0'),
883883
'zlib' => array('zlib.output_compression=Off'),
884-
'xdebug' => array('xdebug.default_enable=0'),
884+
'xdebug' => array('xdebug.default_enable=0','xdebug.mode=off'),
885885
'mbstring' => array('mbstring.func_overload=0'),
886886
);
887887

0 commit comments

Comments
 (0)