Skip to content

Commit

Permalink
set current versions for libzip and zip ext
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Jun 7, 2012
1 parent 9ecb67d commit baacc2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ext/zip/php_zip.c
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,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();
}
Expand Down
2 changes: 1 addition & 1 deletion ext/zip/php_zip.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ extern zend_module_entry zip_module_entry;

#include "lib/zip.h"

#define PHP_ZIP_VERSION_STRING "1.9.1"
#define PHP_ZIP_VERSION_STRING "1.9.2"

#if ((PHP_MAJOR_VERSION >= 5 && PHP_MINOR_VERSION >= 2) || PHP_MAJOR_VERSION >= 6)
# define PHP_ZIP_USE_OO 1
Expand Down

0 comments on commit baacc2c

Please sign in to comment.