summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2016-02-22 18:18:43 +0100
committerRemi Collet <remi@php.net>2016-02-22 18:18:43 +0100
commit29cc01082993cabd12f95088f0970c657e03b852 (patch)
treeba06cb91fcbe44c7e3de88a7d6d77c61212d22a3 /ext/zip/php_zip.h
parentd5769d4234a2cbb8d15140083de018a67195a583 (diff)
parent0d57c06b2c02678eeb724ea512b8ce4c85a339b2 (diff)
downloadphp-git-29cc01082993cabd12f95088f0970c657e03b852.tar.gz
Merge branch 'PHP-7.0'
* PHP-7.0: update bundled libzip to 1.1.2
Diffstat (limited to 'ext/zip/php_zip.h')
-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 dd1600f651..ad65fdeb9d 100644
--- a/ext/zip/php_zip.h
+++ b/ext/zip/php_zip.h
@@ -37,7 +37,7 @@ extern zend_module_entry zip_module_entry;
#define ZIP_OVERWRITE ZIP_TRUNCATE
#endif
-#define PHP_ZIP_VERSION "1.13.0"
+#define PHP_ZIP_VERSION "1.13.2"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)