diff options
author | Marcus Boerger <helly@php.net> | 2002-11-14 21:02:24 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-11-14 21:02:24 +0000 |
commit | 5ad332f846cab14223ca038888bac8de2e01479c (patch) | |
tree | 7d3706010714acbde0eb4ddd90e63b3ad00ae374 /run-tests.php | |
parent | 8298f6f9828241b8848e3e3ee115e0ed7faec1e2 (diff) | |
download | php-git-5ad332f846cab14223ca038888bac8de2e01479c.tar.gz |
Add magic_quotes_runtime which affects several tests
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 1 |
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); |