We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7d94e commit d279750Copy full SHA for d279750
run-tests.php
@@ -881,7 +881,7 @@ function write_information()
881
'session' => array('session.auto_start=0'),
882
'tidy' => array('tidy.clean_output=0'),
883
'zlib' => array('zlib.output_compression=Off'),
884
- 'xdebug' => array('xdebug.default_enable=0'),
+ 'xdebug' => array('xdebug.default_enable=0','xdebug.mode=off'),
885
'mbstring' => array('mbstring.func_overload=0'),
886
);
887
0 commit comments