mirror of
https://github.com/php/php-src.git
synced 2024-11-23 18:04:36 +08:00
Make run-tests.php work with xdebug being loaded.
# Lots of ppl use that as a built-in extension already.
This commit is contained in:
parent
1651be020a
commit
e1127cb514
@ -178,6 +178,7 @@ $ini_overwrites = array(
|
||||
'auto_prepend_file=',
|
||||
'auto_append_file=',
|
||||
'magic_quotes_runtime=0',
|
||||
'xdebug.default_enable=0',
|
||||
);
|
||||
$info_params = array();
|
||||
settings2array($ini_overwrites,$info_params);
|
||||
|
Loading…
Reference in New Issue
Block a user