Commit:    baacc2cb135280f18f6c908b4b99160fba262c6a
Author:    Anatoliy Belsky <a...@php.net>         Thu, 7 Jun 2012 22:32:03 +0200
Parents:   9ecb67d5a424d132a3e7c1ef6413b58343d72415
Branches:  PHP-5.3 PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=baacc2cb135280f18f6c908b4b99160fba262c6a

Log:
set current versions for libzip and zip ext

Changed paths:
  M  ext/zip/php_zip.c
  M  ext/zip/php_zip.h


Diff:
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c
index f3d37c8..e6a30a0 100644
--- a/ext/zip/php_zip.c
+++ b/ext/zip/php_zip.c
@@ -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();
 }
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h
index a321d90..c9e88d6 100644
--- a/ext/zip/php_zip.h
+++ b/ext/zip/php_zip.h
@@ -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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to