summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-02 12:55:06 +0000
committerMarcus Boerger <helly@php.net>2002-11-02 12:55:06 +0000
commit8b805156590f8b221bb83e1f406d9701fc8ff8f1 (patch)
treea76624595937f6de347b6ad3a36bf0d272d9a4ae /run-tests.php
parent22375de5e69134d4e2be873b5fcef13c7b850c34 (diff)
downloadphp-git-8b805156590f8b221bb83e1f406d9701fc8ff8f1.tar.gz
older versions do not have this functions
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index 1f31e75788..464c76946b 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -105,7 +105,7 @@ PHP_SAPI : " . PHP_SAPI . "
PHP_VERSION : " . phpversion() . "
PHP_OS : " . PHP_OS . "
INI actual : " . realpath(get_cfg_var("cfg_file_path")) . "
-More .INIs : " . str_replace("\n","", php_ini_scanned_files()); ?>';
+More .INIs : " . (function_exists(\'php_ini_scanned_files\') ? str_replace("\n","", php_ini_scanned_files()) : "** not determined **"); ?>';
save_text($info_file, $php_info);
$settings = array(
'open_basedir=',