From: Marcus Boerger Date: Fri, 30 May 2003 12:42:17 +0000 (+0000) Subject: MFH: Add php_uname() to output X-Git-Tag: BEFORE_FD_REAPPLY~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fab253438129e25c547c909f646e544354b55e91;p=php MFH: Add php_uname() to output --- diff --git a/run-tests.php b/run-tests.php index 9270ea12d6..9bc8564a61 100755 --- a/run-tests.php +++ b/run-tests.php @@ -134,7 +134,7 @@ $php_info = ''; save_text($info_file, $php_info); @@ -400,7 +400,7 @@ if (!getenv('NO_INTERACTION')) { } $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") {