summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatoliy Belsky <ab@php.net>2012-06-19 17:18:00 +0200
committerAnatoliy Belsky <ab@php.net>2012-06-19 17:18:00 +0200
commite31cebcae05c924a1076b38c2c56c3f4660c24d6 (patch)
treee9a84a898cd4e2c318a778de296a3ea1d3eedfb4
parentb9048b905b8f0f42eb37f4898afc772f5268a198 (diff)
parent34bd1c941b4124f80ef25fdfbb08702f89913d68 (diff)
downloadphp-git-e31cebcae05c924a1076b38c2c56c3f4660c24d6.tar.gz
Merge branch 'PHP-5.4'
* PHP-5.4: sync zip ext version with pecl
-rw-r--r--ext/zip/php_zip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.h b/ext/zip/php_zip.h
index c9e88d652a..f848ade8bc 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