Skip to content

Commit dd0bacb

Browse files
committed
include version #s in phpinfo
1 parent 4cccf13 commit dd0bacb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

php_bsdiff.c

+2
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,8 @@ PHP_MINFO_FUNCTION(bsdiff)
351351
{
352352
php_info_print_table_start();
353353
php_info_print_table_header(2, "bsdiff support", "enabled");
354+
php_info_print_table_row(2, "bsdiff version", PHP_BSDIFF_VERSION);
355+
php_info_print_table_row(2, "BZip2 version", (char *) BZ2_bzlibVersion());
354356
php_info_print_table_end();
355357
}
356358
/* }}} */

0 commit comments

Comments
 (0)