We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cccf13 commit dd0bacbCopy full SHA for dd0bacb
php_bsdiff.c
@@ -351,6 +351,8 @@ PHP_MINFO_FUNCTION(bsdiff)
351
{
352
php_info_print_table_start();
353
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());
356
php_info_print_table_end();
357
}
358
/* }}} */
0 commit comments