Show the tidyp name, if it was used

This commit is contained in:
Anatol Belski 2018-01-25 18:55:54 +01:00
parent b341556ab5
commit 9edf2e9f96

View File

@ -1078,7 +1078,7 @@ static PHP_MINFO_FUNCTION(tidy)
#if HAVE_TIDYBUFFIO_H
php_info_print_table_row(2, "libTidy Version", (char *)tidyLibraryVersion());
#elif HAVE_TIDYP_H
php_info_print_table_row(2, "libTidy Version", (char *)tidyVersion());
php_info_print_table_row(2, "libtidyp Version", (char *)tidyVersion());
#endif
#if HAVE_TIDYRELEASEDATE
php_info_print_table_row(2, "libTidy Release", (char *)tidyReleaseDate());