From 4bab2c1afd2bdb0ddcee78083039c6757e373f7f Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 14 Nov 2002 21:03:22 +0000 Subject: [PATCH] MFH: Add magic_quotes_runtime which affects several tests --- run-tests.php | 1 + 1 file changed, 1 insertion(+) 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); -- 2.50.1