helly           Sat Nov  2 07:55:07 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  older versions do not have this functions
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.107 php4/run-tests.php:1.108
--- php4/run-tests.php:1.107    Sat Nov  2 07:44:36 2002
+++ php4/run-tests.php  Sat Nov  2 07:55:06 2002
@@ -105,7 +105,7 @@
 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=',



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to