]> granicus.if.org Git - php/commitdiff
MFH: Add magic_quotes_runtime which affects several tests
authorMarcus Boerger <helly@php.net>
Thu, 14 Nov 2002 21:03:22 +0000 (21:03 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 14 Nov 2002 21:03:22 +0000 (21:03 +0000)
run-tests.php

index a1574eb0f05194daf985931099603307eceb477f..c78704e1022322adfe750551aa86fd2618ed2d0d 100755 (executable)
@@ -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);