summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-05-18 13:51:47 +0100
committerDerick Rethans <github@derickrethans.nl>2020-05-18 13:51:47 +0100
commit3707d75f4b8702d44d2529f3aae6fb247aa94c64 (patch)
tree14a78fee530fe9990bccd401a37e1d3ae35bdbc9
parent5899b1611e3b4aced9649cb092a625e7f8f5ca39 (diff)
parentd2797505cd907ab6cef4b66f4042a256a439d7ca (diff)
downloadphp-git-3707d75f4b8702d44d2529f3aae6fb247aa94c64.tar.gz
Merge branch 'PHP-7.4'
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 8a1b8e1fc7..e54bad3bea 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -886,7 +886,7 @@ More .INIs : " , (function_exists(\'php_ini_scanned_files\') ? str_replace("\n"
'session' => array('session.auto_start=0'),
'tidy' => array('tidy.clean_output=0'),
'zlib' => array('zlib.output_compression=Off'),
- 'xdebug' => array('xdebug.default_enable=0'),
+ 'xdebug' => array('xdebug.default_enable=0','xdebug.mode=off'),
'mbstring' => array('mbstring.func_overload=0'),
);