summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2020-03-02 16:51:55 +0100
committerRemi Collet <remi@php.net>2020-03-02 16:51:55 +0100
commita6d86c9bba6c700c6541252a17a70f84ab1bc826 (patch)
tree24b9116482d16e3fd5995ad1b5553eda0dde435e /ext/zip
parentfb8e2219074e425116977943bf3b495ad06be29c (diff)
downloadphp-git-a6d86c9bba6c700c6541252a17a70f84ab1bc826.tar.gz
bump zip version + NEWS
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 654d6d2a32..96390e025a 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.17.1"
+#define PHP_ZIP_VERSION "1.18.0"
#define ZIP_OPENBASEDIR_CHECKPATH(filename) php_check_open_basedir(filename)