helly Fri May 30 08:42:17 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4 run-tests.php
Log:
MFH: Add php_uname() to output
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.119.2.29 php4/run-tests.php:1.119.2.30
--- php4/run-tests.php:1.119.2.29 Fri May 23 18:36:20 2003
+++ php4/run-tests.php Fri May 30 08:42:17 2003
@@ -134,7 +134,7 @@
PHP_SAPI : " . PHP_SAPI . "
PHP_VERSION : " . phpversion() . "
ZEND_VERSION: " . zend_version() . "
-PHP_OS : " . PHP_OS . "
+PHP_OS : " . PHP_OS . " - " . php_uname() . "
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);
@@ -400,7 +400,7 @@
}
$failed_tests_data .= "\n" . $sep . 'BUILD ENVIRONMENT' . $sep;
- $failed_tests_data .= "OS:\n". PHP_OS. "\n\n";
+ $failed_tests_data .= "OS:\n" . PHP_OS . " - " . php_uname() . "\n\n";
$ldd = $automake = $autoconf = $libtool = $compiler = 'N/A';
if (substr(PHP_OS, 0, 3) != "WIN") {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php