- MFB: reflect the correct version

This commit is contained in:
Pierre Joye 2008-01-18 01:24:29 +00:00
parent 44173ebb5e
commit 1e513413f2
2 changed files with 4 additions and 2 deletions

View file

@ -2206,8 +2206,8 @@ static PHP_MINFO_FUNCTION(zip)
php_info_print_table_row(2, "Zip", "enabled");
php_info_print_table_row(2, "Extension Version","$Id$");
php_info_print_table_row(2, "Zip version", "2.0.0");
php_info_print_table_row(2, "Libzip version", "0.7.1");
php_info_print_table_row(2, "Zip version", PHP_ZIP_VERSION_STRING);
php_info_print_table_row(2, "Libzip version", "0.8.0");
php_info_print_table_end();
}