diff options
author | Anatoliy Belsky <ab@php.net> | 2012-06-07 22:37:32 +0200 |
---|---|---|
committer | Anatoliy Belsky <ab@php.net> | 2012-06-07 22:37:32 +0200 |
commit | d24d5b62c1d55af4059c9a220c25cc080895b20c (patch) | |
tree | 31028ef441ec3e51755e97b1af71f222f1cac4f7 /ext/zip/php_zip.c | |
parent | 7907dc4d666e9879997c7a9b18074da9d05dadbd (diff) | |
parent | baacc2cb135280f18f6c908b4b99160fba262c6a (diff) | |
download | php-git-d24d5b62c1d55af4059c9a220c25cc080895b20c.tar.gz |
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
set current versions for libzip and zip ext
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r-- | ext/zip/php_zip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index f1d5d3ddc6..74f868b5c3 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -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(); } |