]> granicus.if.org Git - php/commitdiff
set current versions for libzip and zip ext
authorAnatoliy Belsky <ab@php.net>
Thu, 7 Jun 2012 20:32:03 +0000 (22:32 +0200)
committerAnatoliy Belsky <ab@php.net>
Thu, 7 Jun 2012 20:32:03 +0000 (22:32 +0200)
ext/zip/php_zip.c
ext/zip/php_zip.h

index f3d37c8d8f597ce17512b355c3a0329d48447297..e6a30a006614ac14f85611ae4d4f231136df898a 100644 (file)
@@ -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();
 }
index a321d90b04578420a01fd4e945a212e96e616bd2..c9e88d652a605ca70ac80a8e04babb6eeafd1514 100644 (file)
@@ -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