Skip to content

Commit 74a4a5a

Browse files
committed
Put Xdebug 3 into 'off' mode for run-tests.php
1 parent d1cd489 commit 74a4a5a

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
@@ -319,7 +319,7 @@ function write_information()
319319
'session' => array('session.auto_start=0'),
320320
'tidy' => array('tidy.clean_output=0'),
321321
'zlib' => array('zlib.output_compression=Off'),
322-
'xdebug' => array('xdebug.default_enable=0'),
322+
'xdebug' => array('xdebug.default_enable=0','xdebug.mode=off'),
323323
'mbstring' => array('mbstring.func_overload=0'),
324324
);
325325

0 commit comments

Comments
 (0)