mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Put Xdebug 3 into 'off' mode for run-tests.php
This commit is contained in:
parent
8e7d94e229
commit
d2797505cd
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue