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:
Marcus Boerger 2004-03-09 14:39:35 +00:00
parent 1651be020a
commit e1127cb514

View File

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