From ae30c7f4ab6a18fd1aca2db43902d7431145db12 Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Sat, 17 May 2003 20:07:00 +0000 Subject: [PATCH] And this is needed indeed --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index 951bfb82f6..bc7925a64d 100755 --- a/run-tests.php +++ b/run-tests.php @@ -139,6 +139,7 @@ INI actual : " . realpath(get_cfg_var("cfg_file_path")) . " More .INIs : " . (function_exists(\'php_ini_scanned_files\') ? str_replace("\n","", php_ini_scanned_files()) : "** not determined **"); ?>'; save_text($info_file, $php_info); $ini_overwrites = array( + 'mbstring.script_encoding=pass', 'output_handler=', 'zlib.output_compression=Off', 'open_basedir=', -- 2.50.1