summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-05-18 13:49:12 +0100
committerDerick Rethans <github@derickrethans.nl>2020-05-18 13:49:12 +0100
commit74a4a5ae55f75ca3ddb46d5605582b0e028f8f28 (patch)
tree3ff5f766cec799feced3765f5eb47a461a4f3127 /run-tests.php
parentd1cd489a53c697898c2da5101c775bd6259f4be0 (diff)
downloadphp-git-74a4a5ae55f75ca3ddb46d5605582b0e028f8f28.tar.gz
Put Xdebug 3 into 'off' mode for run-tests.php
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index b2cab41133..84b43866fe 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -319,7 +319,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'),
);