Skip to content

Commit d9baa33

Browse files
committed
display info about system used to build
1 parent ca15956 commit d9baa33

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/standard/info.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -798,6 +798,9 @@ PHPAPI ZEND_COLD void php_print_info(int flag)
798798
php_info_print_table_start();
799799
php_info_print_table_row(2, "System", ZSTR_VAL(php_uname));
800800
php_info_print_table_row(2, "Build Date", __DATE__ " " __TIME__);
801+
#ifdef PHP_UNAME
802+
php_info_print_table_row(2, "Build System", PHP_UNAME);
803+
#endif
801804
#ifdef COMPILER
802805
php_info_print_table_row(2, "Compiler", COMPILER);
803806
#endif

0 commit comments

Comments
 (0)