summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-03 17:43:24 +0000
committerMarcus Boerger <helly@php.net>2002-11-03 17:43:24 +0000
commitb0dac08dffd152efc011abbc1c9510c431698907 (patch)
treed4ff8745223b47e0087185788402949517ca8cda /run-tests.php
parent388bf9f54246dbcd0ef64283d841fb0d60c85742 (diff)
downloadphp-git-b0dac08dffd152efc011abbc1c9510c431698907.tar.gz
without these nearly all tests fail if for example php.ini contains
output_handler=mb_string mbstring.http_output=UCS-2LE
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/run-tests.php b/run-tests.php
index 0729778c18..59cbd8cf3f 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -510,6 +510,8 @@ TEST $file
// Default ini settings
$settings = array (
+ "output_handler=",
+ "zlib.output_compression=0",
"open_basedir=",
"disable_functions=",
"error_reporting=2047",