From ed2043353fa14d71ee6ce1dfcfac90ae19d99b75 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Thu, 6 Oct 2005 19:51:03 +0000 Subject: [PATCH] - Show whether we execute unicode or native tests --- run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/run-tests.php b/run-tests.php index da4f81b036f..ced4296c03c 100755 --- a/run-tests.php +++ b/run-tests.php @@ -171,6 +171,7 @@ PHP_SAPI : " . PHP_SAPI . " PHP_VERSION : " . phpversion() . " ZEND_VERSION: " . zend_version() . " PHP_OS : " . PHP_OS . " - " . php_uname() . " +UNICODE : " . (ini_get("unicode_semantics") ? "ON" : "OFF") . " 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);