summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-03-18 14:09:50 +0100
committerRemi Collet <remi@php.net>2020-03-18 14:09:50 +0100
commita5f136b8556cdd6ff3b96f976d0f3b6a25052171 (patch)
tree951baf34e771fc09b897937a3284bed480a8a918 /ext/zip
parent3b22e10535e44340dcf1f59f57e6d194ac362ef4 (diff)
downloadphp-git-a5f136b8556cdd6ff3b96f976d0f3b6a25052171.tar.gz
bump zp to 1.18.1 + doc
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 1f3ec76f02..60655ead65 100644
--- a/ext/zip/php_zip.h
+++ b/ext/zip/php_zip.h
@@ -31,7 +31,7 @@ extern zend_module_entry zip_module_entry;
#define ZIP_OVERWRITE ZIP_TRUNCATE
#endif
-#define PHP_ZIP_VERSION "1.18.0"
+#define PHP_ZIP_VERSION "1.18.1"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)