summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.h
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2016-06-21 11:17:08 +0200
committerRemi Collet <remi@php.net>2016-06-21 11:17:08 +0200
commit8726de48c8c3b276607166c7ec3fdd07fb47377e (patch)
treed720eec56f7a3f8be4498dac665d9de2c4887914 /ext/zip/php_zip.h
parentd9a4b7cc2446f23107e9c8a0ec4637b447be5dfa (diff)
parent69fd1133d08b6ee150825640c99f6937a560ae69 (diff)
downloadphp-git-8726de48c8c3b276607166c7ec3fdd07fb47377e.tar.gz
Merge branch 'PHP-7.0'
* PHP-7.0: bump zip version
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 ad65fdeb9d..5c98ea1052 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.2"
+#define PHP_ZIP_VERSION "1.13.3"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)