From b0dac08dffd152efc011abbc1c9510c431698907 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 3 Nov 2002 17:43:24 +0000 Subject: [PATCH] without these nearly all tests fail if for example php.ini contains output_handler=mb_string mbstring.http_output=UCS-2LE --- run-tests.php | 2 ++ 1 file changed, 2 insertions(+) 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", -- 2.50.1