From: Marcus Boerger Date: Fri, 30 May 2003 12:41:51 +0000 (+0000) Subject: Add php_uname() to output X-Git-Tag: RELEASE_1_0_2~522 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbc3c6089babd1a297029b56addb04b3585366eb;p=php Add php_uname() to output --- diff --git a/run-tests.php b/run-tests.php index 46191527b7..bc2193ad3d 100755 --- a/run-tests.php +++ b/run-tests.php @@ -152,7 +152,7 @@ $php_info = ''; save_text($info_file, $php_info); @@ -448,7 +448,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") {