summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-14 21:02:24 +0000
committerMarcus Boerger <helly@php.net>2002-11-14 21:02:24 +0000
commit5ad332f846cab14223ca038888bac8de2e01479c (patch)
tree7d3706010714acbde0eb4ddd90e63b3ad00ae374 /run-tests.php
parent8298f6f9828241b8848e3e3ee115e0ed7faec1e2 (diff)
downloadphp-git-5ad332f846cab14223ca038888bac8de2e01479c.tar.gz
Add magic_quotes_runtime which affects several tests
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
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);