Add magic_quotes_runtime which affects several tests

This commit is contained in:
Marcus Boerger 2002-11-14 21:02:24 +00:00
parent 8298f6f982
commit 5ad332f846

View File

@ -128,6 +128,7 @@ $ini_overwrites = array(
"error_append_string=",
'auto_prepend_file=',
'auto_append_file=',
'magic_quotes_runtime=0',
);
$info_params = array();
settings2array($ini_overwrites,$info_params);