1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Put Xdebug 3 into 'off' mode for run-tests.php

This commit is contained in:
Derick Rethans
2020-05-18 13:49:12 +01:00
parent d1cd489a53
commit 74a4a5ae55

View File

@@ -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'),
);