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:
@@ -881,7 +881,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'),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user