From: Marcus Boerger Date: Thu, 14 Nov 2002 21:02:24 +0000 (+0000) Subject: Add magic_quotes_runtime which affects several tests X-Git-Tag: BEFORE_RENAMING~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ad332f846cab14223ca038888bac8de2e01479c;p=php Add magic_quotes_runtime which affects several tests --- diff --git a/run-tests.php b/run-tests.php index a1574eb0f0..c78704e102 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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);