Commit:    e793539678caf3ae1999602de0b3dcdbb9ae9cd2
Author:    Anatoliy Belsky <a...@php.net>         Tue, 19 Jun 2012 17:15:56 
+0200
Parents:   f0726626210d6a1785c4a171c3576a7566aaeae5
Branches:  PHP-5.3 PHP-5.4 master

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

Log:
sync zip ext version with pecl

Changed paths:
  M  ext/zip/php_zip.h


Diff:
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h
index c9e88d6..f848ade 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.2"
+#define PHP_ZIP_VERSION_STRING "1.11.0"
 
 #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