1
0
mirror of https://github.com/php/php-src.git synced 2026-04-22 15:38:49 +02:00

Merge branch 'PHP-8.0'

* PHP-8.0:
  Don't set xdebug.default_enable in run-tests
This commit is contained in:
Nikita Popov
2020-10-26 13:11:00 +01:00
+1 -1
View File
@@ -889,7 +889,7 @@ More .INIs : " , (function_exists(\'php_ini_scanned_files\') ? str_replace("\n"
'session' => ['session.auto_start=0'],
'tidy' => ['tidy.clean_output=0'],
'zlib' => ['zlib.output_compression=Off'],
'xdebug' => ['xdebug.default_enable=0','xdebug.mode=off'],
'xdebug' => ['xdebug.mode=off'],
'mbstring' => ['mbstring.func_overload=0'],
];