From: Moriyoshi Koizumi Date: Sat, 17 May 2003 20:07:00 +0000 (+0000) Subject: And this is needed indeed X-Git-Tag: BEFORE_FD_REVERT~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae30c7f4ab6a18fd1aca2db43902d7431145db12;p=php And this is needed indeed --- 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=',