From: Marcus Boerger Date: Thu, 14 Nov 2002 21:03:22 +0000 (+0000) Subject: MFH: Add magic_quotes_runtime which affects several tests X-Git-Tag: php-4.3.0RC2~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4bab2c1afd2bdb0ddcee78083039c6757e373f7f;p=php MFH: 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);