diff options
author | Pierre Joye <pajoye@php.net> | 2006-08-25 16:03:00 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2006-08-25 16:03:00 +0000 |
commit | 8e54de1d7710d8c33d2d88fdb882412e80f39b02 (patch) | |
tree | 301ad14931cea004a67a842cad533234fd414c1c /ext/zip/php_zip.c | |
parent | 21ac19eb947499316428d7c336e576a70c34fea4 (diff) | |
download | php-git-8e54de1d7710d8c33d2d88fdb882412e80f39b02.tar.gz |
- bundled matches pecl 1.7.1
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 a53f1917a2..f33998a963 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -1983,7 +1983,7 @@ 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", "1.4.0"); + php_info_print_table_row(2, "Zip version", "1.7.1"); php_info_print_table_row(2, "Libzip version", "0.7.1"); php_info_print_table_end(); |