summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2016-10-14 17:31:26 +0200
committerRemi Collet <remi@php.net>2016-10-14 17:31:26 +0200
commit20b1029e4cb2f3092ed6aff7f1b4df130e950c23 (patch)
tree6d03f57af5a8bd9bf205f7a6f83afd2fd43748eb /ext/zip
parent2cc3aeb4b98bcbc9572041b2f7d3276aabd51aae (diff)
parentf1cf340e19658e51f9b2037c5efd408d0660ea60 (diff)
downloadphp-git-20b1029e4cb2f3092ed6aff7f1b4df130e950c23.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: bump ext/zip version
Diffstat (limited to 'ext/zip')
-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 4e77932ee6..ef861a4e7d 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.4"
+#define PHP_ZIP_VERSION "1.13.5"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)