mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: set current versions for libzip and zip ext
This commit is contained in:
commit
d24d5b62c1
2 changed files with 2 additions and 2 deletions
|
@ -2868,7 +2868,7 @@ 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", PHP_ZIP_VERSION_STRING);
|
||||
php_info_print_table_row(2, "Libzip version", "0.9.0");
|
||||
php_info_print_table_row(2, "Libzip version", LIBZIP_VERSION);
|
||||
|
||||
php_info_print_table_end();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue